Html Css Color HEX #5118AB Purple Heart

📋 copy color: '#5118AB'

red 81 ◦ green 24 ◦ blue 171

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

Shades of Purple Heart #5118AB

Tints of Purple Heart #5118AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

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

R = 29.35%
G = 8.7%
B = 61.96%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5118AB (or 0x5118AB) is known color: Purple Heart. HEX triplet: 51, 18 and AB. RGB value is (81,24,171). Sum of RGB (Red+Green+Blue) = 81+24+171=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5118AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5118AB is #AEE754. Grayscale: #393939. Windows color (decimal): -11462485 or 11212881. OLE color: 11212881.

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

Color convert

RGB 81 24 171 -
CMYK 0.53 0.86 0 0.33
HSL 263.27º 0.75% 0.38% -
HSV(B) 263.27º 0.86% 0.67% -
XYZ 11.07 5.34 38.98 -
YUV 57.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 81 24 171 0.53 0.86 0 0.33 263.27 0.75 0.38
Hex 51 18 AB 35 56 0 21 107 4B 26
Octal 121 30 253 65 126 0 41 407 113 46
Binary 1010001 11000 10101011 110101 1010110 0 100001 100000111 1001011 100110

Color Harmonies of #5118AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5118AB

Black with #5118AB

Text Example


Text Example

White with #5118AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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