#5039CC

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

Shades of Purple Heart #5039CC

Tints of Purple Heart #5039CC

Color information

#5039CC (or 0x5039CC) is unknown color: approx Purple Heart. HEX triplet: 50, 39 and CC. RGB value is (80,57,204). Sum of RGB (Red+Green+Blue) = 80+57+204=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #5039CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039CC is #AFC633. Grayscale: #505050. Windows color (decimal): -11519540 or 13384016. OLE color: 13384016.

HSL color Cylindrical-coordinate representation of color #5039CC: hue angle of 249.39º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5039CC is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8057204-
CMYK0.610.7200.2
HSL249.39º59.04%51.18%-
HSV(B)249.39º72.06%80%-
XYZ15.678.9958.04-
YUV80.63197.62127.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 204 (80.08% from 255) = 59.82%
R=23.46%
G=16.72%
B=59.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80572040.610.7200.2249.3959.0451.18
Hex5039CC3D48014f93b33
Octal12071314751100243717363
Binary101000011100111001100111101100100001010011111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5039CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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