#5229CC

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

Shades of Purple Heart #5229CC

Tints of Purple Heart #5229CC

Color information

#5229CC (or 0x5229CC) is unknown color: approx Purple Heart. HEX triplet: 52, 29 and CC. RGB value is (82,41,204). Sum of RGB (Red+Green+Blue) = 82+41+204=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #5229CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5229CC is #ADD633. Grayscale: #474747. Windows color (decimal): -11392564 or 13379922. OLE color: 13379922.

HSL color Cylindrical-coordinate representation of color #5229CC: hue angle of 255.09º 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 #5229CC is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8241204-
CMYK0.600.8000.2
HSL255.09º66.53%48.04%-
HSV(B)255.09º79.9%80%-
XYZ15.177.7457.82-
YUV71.84202.58135.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 204 (80.08% from 255) = 62.39%
R=25.08%
G=12.54%
B=62.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82412040.600.8000.2255.0966.5348.04
Hex5229CC3C50014ff4330
Octal122513147412002437710360
Binary1010010101001110011001111001010000010100111111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5229CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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