#5F0CD1

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

Shades of Purple Heart #5F0CD1

Tints of Purple Heart #5F0CD1

Color information

#5F0CD1 (or 0x5F0CD1) is unknown color: approx Purple Heart. HEX triplet: 5F, 0C and D1. RGB value is (95,12,209). Sum of RGB (Red+Green+Blue) = 95+12+209=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F0CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CD1 is #A0F32E. Grayscale: #3A3A3A. Windows color (decimal): -10548015 or 13700191. OLE color: 13700191.

HSL color Cylindrical-coordinate representation of color #5F0CD1: hue angle of 265.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0CD1 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9512209-
CMYK0.550.9400.18
HSL265.28º89.14%43.33%-
HSV(B)265.28º94.26%81.96%-
XYZ16.367.360.87-
YUV59.28212.5153.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.06%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 209 (82.03% from 255) = 66.14%
R=30.06%
G=3.80%
B=66.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95122090.550.9400.18265.2889.1443.33
Hex5FCD1375E012109592b
Octal137143216713602241113153
Binary101111111001101000111011110111100100101000010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,12,209); }

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

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

 a { background-color: rgb(95,12,209); }

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

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

 span { border-color: rgb(95,12,209); }

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