#5339DC

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

Shades of Purple Heart #5339DC

Tints of Purple Heart #5339DC

Color information

#5339DC (or 0x5339DC) is unknown color: approx Purple Heart. HEX triplet: 53, 39 and DC. RGB value is (83,57,220). Sum of RGB (Red+Green+Blue) = 83+57+220=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #5339DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5339DC is #ACC623. Grayscale: #525252. Windows color (decimal): -11322916 or 14432595. OLE color: 14432595.

HSL color Cylindrical-coordinate representation of color #5339DC: hue angle of 249.57º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5339DC is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8357220-
CMYK0.620.7400.14
HSL249.57º69.96%54.31%-
HSV(B)249.57º74.09%86.27%-
XYZ17.959.9368.68-
YUV83.36205.11127.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 220 (86.33% from 255) = 61.11%
R=23.06%
G=15.83%
B=61.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal83572200.620.7400.14249.5769.9654.31
Hex5339DC3E4A0Efa4636
Octal123713347611201637210666
Binary101001111100111011100111110100101001110111110101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5339DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5339DC; }

 p { color: rgb(83,57,220); }

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

<style>
 a { background-color: #5339DC; }

 a { background-color: rgb(83,57,220); }

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

<style>
 span { border-color: #5339DC; }

 span { border-color: rgb(83,57,220); }

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