#5f1fd2

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

Shades of Purple Heart #5F1FD2

Tints of Purple Heart #5F1FD2

Color information

#5F1FD2 (or 0x5F1FD2) is unknown color: approx Purple Heart. HEX triplet: 5F, 1F and D2. RGB value is (95,31,210). Sum of RGB (Red+Green+Blue) = 95+31+210=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F1FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1FD2 is #A0E02D. Grayscale: #454545. Windows color (decimal): -10543150 or 13770591. OLE color: 13770591.

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

Color convert

RGB9531210-
CMYK0.550.8500.18
HSL261.45º74.27%47.25%-
HSV(B)261.45º85.24%82.35%-
XYZ16.848.0761.64-
YUV70.54206.7145.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 31 (12.5% from 255) = 9.23%
BLUE value IS 210 (82.42% from 255) = 62.5%
R=28.27%
G=9.23%
B=62.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95312100.550.8500.18261.4574.2747.25
Hex5F1FD237550121054a2f
Octal137373226712502240511257
Binary1011111111111101001011011110101010100101000001011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f1fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,31,210); }

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

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

 a { background-color: rgb(95,31,210); }

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

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

 span { border-color: rgb(95,31,210); }

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