Html Css Color HEX #5126AB Purple Heart

📋 copy color: '#5126AB'

red 81 ◦ green 38 ◦ blue 171

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

Shades of Purple Heart #5126AB

Tints of Purple Heart #5126AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 27.93%
G = 13.1%
B = 58.97%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5126AB (or 0x5126AB) is known color: Purple Heart. HEX triplet: 51, 26 and AB. RGB value is (81,38,171). Sum of RGB (Red+Green+Blue) = 81+38+171=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #5126AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5126AB is #AED954. Grayscale: #414141. Windows color (decimal): -11458901 or 11216465. OLE color: 11216465.

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

Color convert

RGB 81 38 171 -
CMYK 0.53 0.78 0 0.33
HSL 259.4º 0.64% 0.41% -
HSV(B) 259.4º 0.78% 0.67% -
XYZ 11.44 6.08 39.1 -
YUV 66.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 81 38 171 0.53 0.78 0 0.33 259.4 0.64 0.41
Hex 51 26 AB 35 4E 0 21 103 40 29
Octal 121 46 253 65 116 0 41 403 100 51
Binary 1010001 100110 10101011 110101 1001110 0 100001 100000011 1000000 101001

Color Harmonies of #5126AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5126AB

Black with #5126AB

Text Example


Text Example

White with #5126AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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