Html Css Color HEX #5129AB Purple Heart

📋 copy color: '#5129AB'

red 81 ◦ green 41 ◦ blue 171

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

Shades of Purple Heart #5129AB

Tints of Purple Heart #5129AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 27.65%
G = 13.99%
B = 58.36%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5129AB (or 0x5129AB) is known color: Purple Heart. HEX triplet: 51, 29 and AB. RGB value is (81,41,171). Sum of RGB (Red+Green+Blue) = 81+41+171=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #5129AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5129AB is #AED654. Grayscale: #434343. Windows color (decimal): -11458133 or 11217233. OLE color: 11217233.

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

Color convert

RGB 81 41 171 -
CMYK 0.53 0.76 0 0.33
HSL 258.46º 0.61% 0.42% -
HSV(B) 258.46º 0.76% 0.67% -
XYZ 11.54 6.28 39.13 -
YUV 67.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 81 41 171 0.53 0.76 0 0.33 258.46 0.61 0.42
Hex 51 29 AB 35 4C 0 21 102 3D 2A
Octal 121 51 253 65 114 0 41 402 75 52
Binary 1010001 101001 10101011 110101 1001100 0 100001 100000010 111101 101010

Color Harmonies of #5129AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129AB

Black with #5129AB

Text Example


Text Example

White with #5129AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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