Html Css Color HEX #5012AB Purple Heart

📋 copy color: '#5012AB'

red 80 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5012AB

Tints of Purple Heart #5012AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

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

R = 29.74%
G = 6.69%
B = 63.57%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5012AB (or 0x5012AB) is known color: Purple Heart. HEX triplet: 50, 12 and AB. RGB value is (80,18,171). Sum of RGB (Red+Green+Blue) = 80+18+171=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #5012AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5012AB is #AFED54. Grayscale: #353535. Windows color (decimal): -11529557 or 11211344. OLE color: 11211344.

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

Color convert

RGB 80 18 171 -
CMYK 0.53 0.89 0 0.33
HSL 264.31º 0.81% 0.37% -
HSV(B) 264.31º 0.89% 0.67% -
XYZ 10.88 5.08 38.94 -
YUV 53.98 194.04 146.56 -
System Red Green Blue C M Y K H S L
Decimal 80 18 171 0.53 0.89 0 0.33 264.31 0.81 0.37
Hex 50 12 AB 35 59 0 21 108 51 25
Octal 120 22 253 65 131 0 41 410 121 45
Binary 1010000 10010 10101011 110101 1011001 0 100001 100001000 1010001 100101

Color Harmonies of #5012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012AB

Black with #5012AB

Text Example


Text Example

White with #5012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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