#5237C6

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

Shades of Purple Heart #5237C6

Tints of Purple Heart #5237C6

Color information

#5237C6 (or 0x5237C6) is unknown color: approx Purple Heart. HEX triplet: 52, 37 and C6. RGB value is (82,55,198). Sum of RGB (Red+Green+Blue) = 82+55+198=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #5237C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5237C6 is #ADC839. Grayscale: #4E4E4E. Windows color (decimal): -11388986 or 12990290. OLE color: 12990290.

HSL color Cylindrical-coordinate representation of color #5237C6: hue angle of 251.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5237C6 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8255198-
CMYK0.590.7200.22
HSL251.33º56.52%49.61%-
HSV(B)251.33º72.22%77.65%-
XYZ15.048.654.29-
YUV79.38194.95129.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 198 (77.73% from 255) = 59.10%
R=24.48%
G=16.42%
B=59.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82551980.590.7200.22251.3356.5249.61
Hex5237C63B48016fb3932
Octal12267306731100263737162
Binary101001011011111000110111011100100001011011111011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5237C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5237C6; }

 p { color: rgb(82,55,198); }

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

<style>
 a { background-color: #5237C6; }

 a { background-color: rgb(82,55,198); }

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

<style>
 span { border-color: #5237C6; }

 span { border-color: rgb(82,55,198); }

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