#5326AA

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

Shades of Purple Heart #5326AA

Tints of Purple Heart #5326AA

Color information

#5326AA (or 0x5326AA) is unknown color: approx Purple Heart. HEX triplet: 53, 26 and AA. RGB value is (83,38,170). Sum of RGB (Red+Green+Blue) = 83+38+170=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #5326AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5326AA is #ACD955. Grayscale: #424242. Windows color (decimal): -11327830 or 11150931. OLE color: 11150931.

HSL color Cylindrical-coordinate representation of color #5326AA: hue angle of 260.45º 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 #5326AA is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8338170-
CMYK0.510.7800.33
HSL260.45º63.46%40.78%-
HSV(B)260.45º77.65%66.67%-
XYZ11.526.1338.61-
YUV66.5186.41139.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=28.52%
G=13.06%
B=58.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83381700.510.7800.33260.4563.4640.78
Hex5326AA334E0211043f29
Octal12346252631160414047751
Binary10100111001101010101011001110011100100001100000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5326AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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