#5F1EC7

Color #5F1EC7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5F1EC7

Tints of Purple Heart #5F1EC7

Color information

#5F1EC7 (or 0x5F1EC7) is unknown color: approx Purple Heart. HEX triplet: 5F, 1E and C7. RGB value is (95,30,199). Sum of RGB (Red+Green+Blue) = 95+30+199=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 199 (78.12% from 255 or 61.42% from 324); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F1EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1EC7 is #A0E138. Grayscale: #444444. Windows color (decimal): -10543417 or 13049439. OLE color: 13049439.

HSL color Cylindrical-coordinate representation of color #5F1EC7: hue angle of 263.08º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1EC7 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9530199-
CMYK0.520.8500.22
HSL263.08º73.8%44.9%-
HSV(B)263.08º84.92%78.04%-
XYZ15.497.4854.66-
YUV68.7201.53146.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 30 (12.11% from 255) = 9.26%
BLUE value IS 199 (78.12% from 255) = 61.42%
R=29.32%
G=9.26%
B=61.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95301990.520.8500.22263.0873.844.9
Hex5F1EC734550161074a2d
Octal137363076412502640711255
Binary1011111111101100011111010010101010101101000001111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1EC7; }

 p { color: rgb(95,30,199); }

 H1.HeaderClassName
 {
   color: #5F1EC7;
 }
 .AnyTagClassName
 {
   color: #5F1EC7;
 }
</style>
background-color css

<style>
 a { background-color: #5F1EC7; }

 a { background-color: rgb(95,30,199); }

 div.DivClassName
 {
   background-color: #5F1EC7;
 }
 .BgClassName
 {
   background-color: #5F1EC7;
 }
</style>
border-color css

<style>
 span { border-color: #5F1EC7; }

 span { border-color: rgb(95,30,199); }

 td.TdClassName
 {
   border-color: #5F1EC7;
 }
 .TagClassName
 {
   border-color: #5F1EC7;
 }
</style>