Html Css Color HEX #5117AB Purple Heart

📋 copy color: '#5117AB'

red 81 ◦ green 23 ◦ blue 171

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

Shades of Purple Heart #5117AB

Tints of Purple Heart #5117AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 29.45%
G = 8.36%
B = 62.18%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5117AB (or 0x5117AB) is known color: Purple Heart. HEX triplet: 51, 17 and AB. RGB value is (81,23,171). Sum of RGB (Red+Green+Blue) = 81+23+171=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #5117AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5117AB is #AEE854. Grayscale: #383838. Windows color (decimal): -11462741 or 11212625. OLE color: 11212625.

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

Color convert

RGB 81 23 171 -
CMYK 0.53 0.87 0 0.33
HSL 263.51º 0.76% 0.38% -
HSV(B) 263.51º 0.87% 0.67% -
XYZ 11.05 5.3 38.97 -
YUV 57.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 81 23 171 0.53 0.87 0 0.33 263.51 0.76 0.38
Hex 51 17 AB 35 57 0 21 108 4C 26
Octal 121 27 253 65 127 0 41 410 114 46
Binary 1010001 10111 10101011 110101 1010111 0 100001 100001000 1001100 100110

Color Harmonies of #5117AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5117AB

Black with #5117AB

Text Example


Text Example

White with #5117AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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