Html Css Color HEX #5525AA Purple Heart

📋 copy color: '#5525AA'

red 85 ◦ green 37 ◦ blue 170

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

Shades of Purple Heart #5525AA

Tints of Purple Heart #5525AA

RGB

 RED value IS 85 (33.59% from 255) = 29.11%

 GREEN value IS 37 (14.84% from 255) = 12.67%

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 29.11%
G = 12.67%
B = 58.22%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5525AA (or 0x5525AA) is known color: Purple Heart. HEX triplet: 55, 25 and AA. RGB value is (85,37,170). Sum of RGB (Red+Green+Blue) = 85+37+170=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #5525AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5525AA is #AADA55. Grayscale: #424242. Windows color (decimal): -11197014 or 11150677. OLE color: 11150677.

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

Color convert

RGB 85 37 170 -
CMYK 0.50 0.78 0 0.33
HSL 261.65º 0.64% 0.41% -
HSV(B) 261.65º 0.78% 0.67% -
XYZ 11.66 6.16 38.6 -
YUV 66.51 186.4 141.19 -
System Red Green Blue C M Y K H S L
Decimal 85 37 170 0.50 0.78 0 0.33 261.65 0.64 0.41
Hex 55 25 AA 32 4E 0 21 106 40 29
Octal 125 45 252 62 116 0 41 406 100 51
Binary 1010101 100101 10101010 110010 1001110 0 100001 100000110 1000000 101001

Color Harmonies of #5525AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5525AA

Black with #5525AA

Text Example


Text Example

White with #5525AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5525AA;
 }
 .AnyTagClassName
 {
   color: #5525AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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