#5329CC

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

Shades of Purple Heart #5329CC

Tints of Purple Heart #5329CC

Color information

#5329CC (or 0x5329CC) is unknown color: approx Purple Heart. HEX triplet: 53, 29 and CC. RGB value is (83,41,204). Sum of RGB (Red+Green+Blue) = 83+41+204=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #5329CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5329CC is #ACD633. Grayscale: #474747. Windows color (decimal): -11327028 or 13379923. OLE color: 13379923.

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

Color convert

RGB8341204-
CMYK0.590.8000.2
HSL255.46º66.53%48.04%-
HSV(B)255.46º79.9%80%-
XYZ15.267.7857.83-
YUV72.14202.41135.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=25.30%
G=12.5%
B=62.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal83412040.590.8000.2255.4666.5348.04
Hex5329CC3B50014ff4330
Octal123513147312002437710360
Binary1010011101001110011001110111010000010100111111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5329CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,41,204); }

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

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

 a { background-color: rgb(83,41,204); }

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

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

 span { border-color: rgb(83,41,204); }

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