Html Css Color HEX #5519AB Purple Heart

📋 copy color: '#5519AB'

red 85 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #5519AB

Tints of Purple Heart #5519AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

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

R = 30.25%
G = 8.9%
B = 60.85%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5519AB (or 0x5519AB) is known color: Purple Heart. HEX triplet: 55, 19 and AB. RGB value is (85,25,171). Sum of RGB (Red+Green+Blue) = 85+25+171=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #5519AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5519AB is #AAE654. Grayscale: #3B3B3B. Windows color (decimal): -11200085 or 11213141. OLE color: 11213141.

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

Color convert

RGB 85 25 171 -
CMYK 0.50 0.85 0 0.33
HSL 264.66º 0.74% 0.38% -
HSV(B) 264.66º 0.85% 0.67% -
XYZ 11.44 5.57 39 -
YUV 59.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 85 25 171 0.50 0.85 0 0.33 264.66 0.74 0.38
Hex 55 19 AB 32 55 0 21 109 4A 26
Octal 125 31 253 62 125 0 41 411 112 46
Binary 1010101 11001 10101011 110010 1010101 0 100001 100001001 1001010 100110

Color Harmonies of #5519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5519AB

Black with #5519AB

Text Example


Text Example

White with #5519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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