Html Css Color HEX #5112AB Purple Heart

📋 copy color: '#5112AB'

red 81 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #5112AB

Tints of Purple Heart #5112AB

RGB

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

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

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

R = 30%
G = 6.67%
B = 63.33%

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

#5112AB (or 0x5112AB) is known color: Purple Heart. HEX triplet: 51, 12 and AB. RGB value is (81,18,171). Sum of RGB (Red+Green+Blue) = 81+18+171=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5112AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5112AB is #AEED54. Grayscale: #353535. Windows color (decimal): -11464021 or 11211345. OLE color: 11211345.

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

Color convert

RGB 81 18 171 -
CMYK 0.53 0.89 0 0.33
HSL 264.71º 0.81% 0.37% -
HSV(B) 264.71º 0.89% 0.67% -
XYZ 10.96 5.12 38.94 -
YUV 54.28 193.87 147.06 -
System Red Green Blue C M Y K H S L
Decimal 81 18 171 0.53 0.89 0 0.33 264.71 0.81 0.37
Hex 51 12 AB 35 59 0 21 109 51 25
Octal 121 22 253 65 131 0 41 411 121 45
Binary 1010001 10010 10101011 110101 1011001 0 100001 100001001 1010001 100101

Color Harmonies of #5112AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5112AB

Black with #5112AB

Text Example


Text Example

White with #5112AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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