Html Css Color HEX #5325AA Purple Heart

📋 copy color: '#5325AA'

red 83 ◦ green 37 ◦ blue 170

#5325AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5325AA

Tints of Purple Heart #5325AA

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.8% from 255) = 58.62%

R = 28.62%
G = 12.76%
B = 58.62%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5325AA (or 0x5325AA) is known color: 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

RGB 83 37 170 -
CMYK 0.51 0.78 0 0.33
HSL 260.75º 0.64% 0.41% -
HSV(B) 260.75º 0.78% 0.67% -
XYZ 11.48 6.06 38.6 -
YUV 65.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 83 37 170 0.51 0.78 0 0.33 260.75 0.64 0.41
Hex 53 25 AA 33 4E 0 21 105 40 29
Octal 123 45 252 63 116 0 41 405 100 51
Binary 1010011 100101 10101010 110011 1001110 0 100001 100000101 1000000 101001

Color Harmonies of #5325AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325AA

Black with #5325AA

Text Example


Text Example

White with #5325AA

Text Example


Text Example

HTML Codes & Css Web 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>