Html Css Color HEX #5125AB Purple Heart

📋 copy color: '#5125AB'

red 81 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #5125AB

Tints of Purple Heart #5125AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 28.03%
G = 12.8%
B = 59.17%

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

#5125AB (or 0x5125AB) is known color: Purple Heart. HEX triplet: 51, 25 and AB. RGB value is (81,37,171). Sum of RGB (Red+Green+Blue) = 81+37+171=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5125AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5125AB is #AEDA54. Grayscale: #404040. Windows color (decimal): -11459157 or 11216209. OLE color: 11216209.

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

Color convert

RGB 81 37 171 -
CMYK 0.53 0.78 0 0.33
HSL 259.7º 0.64% 0.41% -
HSV(B) 259.7º 0.78% 0.67% -
XYZ 11.41 6.01 39.09 -
YUV 65.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 81 37 171 0.53 0.78 0 0.33 259.7 0.64 0.41
Hex 51 25 AB 35 4E 0 21 104 40 29
Octal 121 45 253 65 116 0 41 404 100 51
Binary 1010001 100101 10101011 110101 1001110 0 100001 100000100 1000000 101001

Color Harmonies of #5125AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5125AB

Black with #5125AB

Text Example


Text Example

White with #5125AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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