#5239C4

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

Shades of Purple Heart #5239C4

Tints of Purple Heart #5239C4

Color information

#5239C4 (or 0x5239C4) is unknown color: approx Purple Heart. HEX triplet: 52, 39 and C4. RGB value is (82,57,196). Sum of RGB (Red+Green+Blue) = 82+57+196=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #5239C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5239C4 is #ADC63B. Grayscale: #4F4F4F. Windows color (decimal): -11388476 or 12859730. OLE color: 12859730.

HSL color Cylindrical-coordinate representation of color #5239C4: hue angle of 250.79º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5239C4 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8257196-
CMYK0.580.7100.23
HSL250.79º54.94%49.61%-
HSV(B)250.79º70.92%76.86%-
XYZ14.918.7153.12-
YUV80.32193.28129.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=24.48%
G=17.01%
B=58.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82571960.580.7100.23250.7954.9449.61
Hex5239C43A47017fb3732
Octal12271304721070273736762
Binary101001011100111000100111010100011101011111111011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5239C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5239C4; }

 p { color: rgb(82,57,196); }

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

<style>
 a { background-color: #5239C4; }

 a { background-color: rgb(82,57,196); }

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

<style>
 span { border-color: #5239C4; }

 span { border-color: rgb(82,57,196); }

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