#5529CC

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

Shades of Purple Heart #5529CC

Tints of Purple Heart #5529CC

Color information

#5529CC (or 0x5529CC) is unknown color: approx Purple Heart. HEX triplet: 55, 29 and CC. RGB value is (85,41,204). Sum of RGB (Red+Green+Blue) = 85+41+204=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #5529CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5529CC is #AAD633. Grayscale: #484848. Windows color (decimal): -11195956 or 13379925. OLE color: 13379925.

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

Color convert

RGB8541204-
CMYK0.580.8000.2
HSL256.2º66.53%48.04%-
HSV(B)256.2º79.9%80%-
XYZ15.447.8857.83-
YUV72.74202.08136.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=25.76%
G=12.42%
B=61.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85412040.580.8000.2256.266.5348.04
Hex5529CC3A500141004330
Octal125513147212002440010360
Binary10101011010011100110011101010100000101001000000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5529CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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