Html Css Color HEX #5115AB Purple Heart

📋 copy color: '#5115AB'

red 81 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #5115AB

Tints of Purple Heart #5115AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 29.67%
G = 7.69%
B = 62.64%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5115AB (or 0x5115AB) is known color: Purple Heart. HEX triplet: 51, 15 and AB. RGB value is (81,21,171). Sum of RGB (Red+Green+Blue) = 81+21+171=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 21 (8.59% from 255 or 7.69% 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 #5115AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5115AB is #AEEA54. Grayscale: #373737. Windows color (decimal): -11463253 or 11212113. OLE color: 11212113.

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

Color convert

RGB 81 21 171 -
CMYK 0.53 0.88 0 0.33
HSL 264º 0.78% 0.38% -
HSV(B) 264º 0.88% 0.67% -
XYZ 11.01 5.23 38.96 -
YUV 56.04 192.88 145.8 -
System Red Green Blue C M Y K H S L
Decimal 81 21 171 0.53 0.88 0 0.33 264 0.78 0.38
Hex 51 15 AB 35 58 0 21 108 4E 26
Octal 121 25 253 65 130 0 41 410 116 46
Binary 1010001 10101 10101011 110101 1011000 0 100001 100001000 1001110 100110

Color Harmonies of #5115AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5115AB

Black with #5115AB

Text Example


Text Example

White with #5115AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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