Html Css Color HEX #5513AB Purple Heart

📋 copy color: '#5513AB'

red 85 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #5513AB

Tints of Purple Heart #5513AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 30.91%
G = 6.91%
B = 62.18%

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

#5513AB (or 0x5513AB) is known color: Purple Heart. HEX triplet: 55, 13 and AB. RGB value is (85,19,171). Sum of RGB (Red+Green+Blue) = 85+19+171=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #5513AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5513AB is #AAEC54. Grayscale: #373737. Windows color (decimal): -11201621 or 11211605. OLE color: 11211605.

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

Color convert

RGB 85 19 171 -
CMYK 0.50 0.89 0 0.33
HSL 266.05º 0.8% 0.37% -
HSV(B) 266.05º 0.89% 0.67% -
XYZ 11.33 5.34 38.96 -
YUV 56.06 192.87 148.64 -
System Red Green Blue C M Y K H S L
Decimal 85 19 171 0.50 0.89 0 0.33 266.05 0.8 0.37
Hex 55 13 AB 32 59 0 21 10A 50 25
Octal 125 23 253 62 131 0 41 412 120 45
Binary 1010101 10011 10101011 110010 1011001 0 100001 100001010 1010000 100101

Color Harmonies of #5513AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513AB

Black with #5513AB

Text Example


Text Example

White with #5513AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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