#5C37D0

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

Shades of Purple Heart #5C37D0

Tints of Purple Heart #5C37D0

Color information

#5C37D0 (or 0x5C37D0) is unknown color: approx Purple Heart. HEX triplet: 5C, 37 and D0. RGB value is (92,55,208). Sum of RGB (Red+Green+Blue) = 92+55+208=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #5C37D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C37D0 is #A3C82F. Grayscale: #525252. Windows color (decimal): -10733616 or 13645660. OLE color: 13645660.

HSL color Cylindrical-coordinate representation of color #5C37D0: hue angle of 254.51º 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 #5C37D0 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9255208-
CMYK0.560.7400.18
HSL254.51º61.94%51.57%-
HSV(B)254.51º73.56%81.57%-
XYZ17.169.5660.62-
YUV83.5198.26134.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.92%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 208 (81.64% from 255) = 58.59%
R=25.92%
G=15.49%
B=58.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal92552080.560.7400.18254.5161.9451.57
Hex5C37D0384A012ff3e34
Octal13467320701120223777664
Binary101110011011111010000111000100101001001011111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C37D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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