#5039C6

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

Shades of Purple Heart #5039C6

Tints of Purple Heart #5039C6

Color information

#5039C6 (or 0x5039C6) is unknown color: approx Purple Heart. HEX triplet: 50, 39 and C6. RGB value is (80,57,198). Sum of RGB (Red+Green+Blue) = 80+57+198=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 57 (22.66% from 255 or 17.01% 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 #5039C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039C6 is #AFC639. Grayscale: #4F4F4F. Windows color (decimal): -11519546 or 12990800. OLE color: 12990800.

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

Color convert

RGB8057198-
CMYK0.600.7100.22
HSL249.79º55.29%50%-
HSV(B)249.79º71.21%77.65%-
XYZ14.968.7154.32-
YUV79.95194.62128.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 198 (77.73% from 255) = 59.10%
R=23.88%
G=17.01%
B=59.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80571980.600.7100.22249.7955.2950
Hex5039C63C47016fa3732
Octal12071306741070263726762
Binary101000011100111000110111100100011101011011111010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5039C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,57,198); }

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

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

 a { background-color: rgb(80,57,198); }

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

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

 span { border-color: rgb(80,57,198); }

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