#5F37D0

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

Shades of Purple Heart #5F37D0

Tints of Purple Heart #5F37D0

Color information

#5F37D0 (or 0x5F37D0) is unknown color: approx Purple Heart. HEX triplet: 5F, 37 and D0. RGB value is (95,55,208). Sum of RGB (Red+Green+Blue) = 95+55+208=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #5F37D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F37D0 is #A0C82F. Grayscale: #535353. Windows color (decimal): -10537008 or 13645663. OLE color: 13645663.

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

Color convert

RGB9555208-
CMYK0.540.7400.18
HSL255.69º61.94%51.57%-
HSV(B)255.69º73.56%81.57%-
XYZ17.479.7260.63-
YUV84.4197.75135.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.54%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 208 (81.64% from 255) = 58.10%
R=26.54%
G=15.36%
B=58.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal95552080.540.7400.18255.6961.9451.57
Hex5F37D0364A0121003e34
Octal13767320661120224007664
Binary1011111110111110100001101101001010010010100000000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F37D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,55,208); }

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

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

 a { background-color: rgb(95,55,208); }

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

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

 span { border-color: rgb(95,55,208); }

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