Html Css Color HEX #5511AB Purple Heart

📋 copy color: '#5511AB'

red 85 ◦ green 17 ◦ blue 171

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

Shades of Purple Heart #5511AB

Tints of Purple Heart #5511AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 31.14%
G = 6.23%
B = 62.64%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5511AB (or 0x5511AB) is known color: Purple Heart. HEX triplet: 55, 11 and AB. RGB value is (85,17,171). Sum of RGB (Red+Green+Blue) = 85+17+171=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5511AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5511AB is #AAEE54. Grayscale: #363636. Windows color (decimal): -11202133 or 11211093. OLE color: 11211093.

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

Color convert

RGB 85 17 171 -
CMYK 0.50 0.90 0 0.33
HSL 266.49º 0.82% 0.37% -
HSV(B) 266.49º 0.9% 0.67% -
XYZ 11.3 5.27 38.95 -
YUV 54.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 85 17 171 0.50 0.90 0 0.33 266.49 0.82 0.37
Hex 55 11 AB 32 5A 0 21 10A 52 25
Octal 125 21 253 62 132 0 41 412 122 45
Binary 1010101 10001 10101011 110010 1011010 0 100001 100001010 1010010 100101

Color Harmonies of #5511AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511AB

Black with #5511AB

Text Example


Text Example

White with #5511AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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