#5226AA

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

Shades of Purple Heart #5226AA

Tints of Purple Heart #5226AA

Color information

#5226AA (or 0x5226AA) is unknown color: approx Purple Heart. HEX triplet: 52, 26 and AA. RGB value is (82,38,170). Sum of RGB (Red+Green+Blue) = 82+38+170=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #5226AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5226AA is #ADD955. Grayscale: #414141. Windows color (decimal): -11393366 or 11150930. OLE color: 11150930.

HSL color Cylindrical-coordinate representation of color #5226AA: hue angle of 260º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5226AA is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8238170-
CMYK0.520.7800.33
HSL260º63.46%40.78%-
HSV(B)260º77.65%66.67%-
XYZ11.436.0838.6-
YUV66.2186.58139.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=28.28%
G=13.10%
B=58.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82381700.520.7800.3326063.4640.78
Hex5226AA344E0211043f29
Octal12246252641160414047751
Binary10100101001101010101011010010011100100001100000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5226AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5226AA; }

 p { color: rgb(82,38,170); }

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

<style>
 a { background-color: #5226AA; }

 a { background-color: rgb(82,38,170); }

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

<style>
 span { border-color: #5226AA; }

 span { border-color: rgb(82,38,170); }

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