Html Css Color HEX #5511AA Purple Heart

📋 copy color: '#5511AA'

red 85 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #5511AA

Tints of Purple Heart #5511AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

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

R = 31.25%
G = 6.25%
B = 62.5%

CMYK

 C value IS 0.50

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5511AA (or 0x5511AA) is known color: Purple Heart. HEX triplet: 55, 11 and AA. RGB value is (85,17,170). Sum of RGB (Red+Green+Blue) = 85+17+170=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5511AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5511AA is #AAEE55. Grayscale: #363636. Windows color (decimal): -11202134 or 11145557. OLE color: 11145557.

HSL color Cylindrical-coordinate representation of color #5511AA: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5511AA is Cyan = 0.50, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 17 170 -
CMYK 0.50 0.9 0 0.33
HSL 266.67º 0.82% 0.37% -
HSV(B) 266.67º 0.9% 0.67% -
XYZ 11.2 5.23 38.45 -
YUV 54.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 85 17 170 0.50 0.9 0 0.33 266.67 0.82 0.37
Hex 55 11 AA 32 5A 0 21 10B 52 25
Octal 125 21 252 62 132 0 41 413 122 45
Binary 1010101 10001 10101010 110010 1011010 0 100001 100001011 1010010 100101

Color Harmonies of #5511AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511AA

Black with #5511AA

Text Example


Text Example

White with #5511AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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