Html Css Color HEX #5015AB Purple Heart

📋 copy color: '#5015AB'

red 80 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #5015AB

Tints of Purple Heart #5015AB

RGB

 RED value IS 80 (31.64% from 255) = 29.41%

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

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

R = 29.41%
G = 7.72%
B = 62.87%

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

#5015AB (or 0x5015AB) is known color: Purple Heart. HEX triplet: 50, 15 and AB. RGB value is (80,21,171). Sum of RGB (Red+Green+Blue) = 80+21+171=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5015AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015AB is #AFEA54. Grayscale: #373737. Windows color (decimal): -11528789 or 11212112. OLE color: 11212112.

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

Color convert

RGB 80 21 171 -
CMYK 0.53 0.88 0 0.33
HSL 263.6º 0.78% 0.38% -
HSV(B) 263.6º 0.88% 0.67% -
XYZ 10.93 5.18 38.95 -
YUV 55.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 80 21 171 0.53 0.88 0 0.33 263.6 0.78 0.38
Hex 50 15 AB 35 58 0 21 108 4E 26
Octal 120 25 253 65 130 0 41 410 116 46
Binary 1010000 10101 10101011 110101 1011000 0 100001 100001000 1001110 100110

Color Harmonies of #5015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015AB

Black with #5015AB

Text Example


Text Example

White with #5015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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