Html Css Color HEX #5119AB Purple Heart

📋 copy color: '#5119AB'

red 81 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #5119AB

Tints of Purple Heart #5119AB

RGB

 RED value IS 81 (32.03% from 255) = 29.24%

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

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

R = 29.24%
G = 9.03%
B = 61.73%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5119AB (or 0x5119AB) is known color: Purple Heart. HEX triplet: 51, 19 and AB. RGB value is (81,25,171). Sum of RGB (Red+Green+Blue) = 81+25+171=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5119AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5119AB is #AEE654. Grayscale: #393939. Windows color (decimal): -11462229 or 11213137. OLE color: 11213137.

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

Color convert

RGB 81 25 171 -
CMYK 0.53 0.85 0 0.33
HSL 263.01º 0.74% 0.38% -
HSV(B) 263.01º 0.85% 0.67% -
XYZ 11.09 5.38 38.98 -
YUV 58.39 191.55 144.13 -
System Red Green Blue C M Y K H S L
Decimal 81 25 171 0.53 0.85 0 0.33 263.01 0.74 0.38
Hex 51 19 AB 35 55 0 21 107 4A 26
Octal 121 31 253 65 125 0 41 407 112 46
Binary 1010001 11001 10101011 110101 1010101 0 100001 100000111 1001010 100110

Color Harmonies of #5119AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5119AB

Black with #5119AB

Text Example


Text Example

White with #5119AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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