#5522CC

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

Shades of Purple Heart #5522CC

Tints of Purple Heart #5522CC

Color information

#5522CC (or 0x5522CC) is unknown color: approx Purple Heart. HEX triplet: 55, 22 and CC. RGB value is (85,34,204). Sum of RGB (Red+Green+Blue) = 85+34+204=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #5522CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522CC is #AADD33. Grayscale: #444444. Windows color (decimal): -11197748 or 13378133. OLE color: 13378133.

HSL color Cylindrical-coordinate representation of color #5522CC: hue angle of 258º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5522CC is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8534204-
CMYK0.580.8300.2
HSL258º71.43%46.67%-
HSV(B)258º83.33%80%-
XYZ15.227.4357.76-
YUV68.63204.4139.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 204 (80.08% from 255) = 63.16%
R=26.32%
G=10.53%
B=63.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85342040.580.8300.225871.4346.67
Hex5522CC3A53014102472f
Octal125423147212302440210757
Binary10101011000101100110011101010100110101001000000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5522CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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