#5325AA

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

Shades of Purple Heart #5325AA

Tints of Purple Heart #5325AA

Color information

#5325AA (or 0x5325AA) is unknown color: approx Purple Heart. HEX triplet: 53, 25 and AA. RGB value is (83,37,170). Sum of RGB (Red+Green+Blue) = 83+37+170=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 37 (14.84% from 255 or 12.76% 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 #5325AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325AA is #ACDA55. Grayscale: #414141. Windows color (decimal): -11328086 or 11150675. OLE color: 11150675.

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

Color convert

RGB8337170-
CMYK0.510.7800.33
HSL260.75º64.25%40.59%-
HSV(B)260.75º78.24%66.67%-
XYZ11.486.0638.6-
YUV65.92186.74140.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 170 (66.80% from 255) = 58.62%
R=28.62%
G=12.76%
B=58.62%

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
Decimal83371700.510.7800.33260.7564.2540.59
Hex5325AA334E0211054029
Octal123452526311604140510051
Binary101001110010110101010110011100111001000011000001011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5325AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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