#5526a6

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

Shades of Purple Heart #5526A6

Tints of Purple Heart #5526A6

Color information

#5526A6 (or 0x5526A6) is unknown color: approx Purple Heart. HEX triplet: 55, 26 and A6. RGB value is (85,38,166). Sum of RGB (Red+Green+Blue) = 85+38+166=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #5526A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5526A6 is #AAD959. Grayscale: #424242. Windows color (decimal): -11196762 or 10888789. OLE color: 10888789.

HSL color Cylindrical-coordinate representation of color #5526A6: hue angle of 262.03º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5526A6 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8538166-
CMYK0.490.7700.35
HSL262.03º62.75%40%-
HSV(B)262.03º77.11%65.1%-
XYZ11.326.0736.65-
YUV66.64184.07141.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 166 (65.23% from 255) = 57.44%
R=29.41%
G=13.15%
B=57.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85381660.490.7700.35262.0362.7540
Hex5526A6314D0231063f28
Octal12546246611150434067750
Binary10101011001101010011011000110011010100011100000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5526a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5526a6; }

 p { color: rgb(85,38,166); }

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

<style>
 a { background-color: #5526a6; }

 a { background-color: rgb(85,38,166); }

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

<style>
 span { border-color: #5526a6; }

 span { border-color: rgb(85,38,166); }

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