#5039CD

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

Shades of Purple Heart #5039CD

Tints of Purple Heart #5039CD

Color information

#5039CD (or 0x5039CD) is unknown color: approx Purple Heart. HEX triplet: 50, 39 and CD. RGB value is (80,57,205). Sum of RGB (Red+Green+Blue) = 80+57+205=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #5039CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5039CD is #AFC632. Grayscale: #505050. Windows color (decimal): -11519539 or 13449552. OLE color: 13449552.

HSL color Cylindrical-coordinate representation of color #5039CD: hue angle of 249.32º degrees, saturation: 0.6, 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 #5039CD is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8057205-
CMYK0.610.7200.20
HSL249.32º59.68%51.37%-
HSV(B)249.32º72.2%80.39%-
XYZ15.799.0458.67-
YUV80.75198.12127.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 205 (80.47% from 255) = 59.94%
R=23.39%
G=16.67%
B=59.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80572050.610.7200.20249.3259.6851.37
Hex5039CD3D48014f93c33
Octal12071315751100243717463
Binary101000011100111001101111101100100001010011111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5039CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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