Html Css Color HEX #5512AB Purple Heart

📋 copy color: '#5512AB'

red 85 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5512AB

Tints of Purple Heart #5512AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

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

R = 31.02%
G = 6.57%
B = 62.41%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5512AB (or 0x5512AB) is known color: Purple Heart. HEX triplet: 55, 12 and AB. RGB value is (85,18,171). Sum of RGB (Red+Green+Blue) = 85+18+171=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5512AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5512AB is #AAED54. Grayscale: #363636. Windows color (decimal): -11201877 or 11211349. OLE color: 11211349.

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

Color convert

RGB 85 18 171 -
CMYK 0.50 0.89 0 0.33
HSL 266.27º 0.81% 0.37% -
HSV(B) 266.27º 0.89% 0.67% -
XYZ 11.31 5.3 38.96 -
YUV 55.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 85 18 171 0.50 0.89 0 0.33 266.27 0.81 0.37
Hex 55 12 AB 32 59 0 21 10A 51 25
Octal 125 22 253 62 131 0 41 412 121 45
Binary 1010101 10010 10101011 110010 1011001 0 100001 100001010 1010001 100101

Color Harmonies of #5512AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5512AB

Black with #5512AB

Text Example


Text Example

White with #5512AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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