Html Css Color HEX #5129BB Purple Heart

📋 copy color: '#5129BB'

red 81 ◦ green 41 ◦ blue 187

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

Shades of Purple Heart #5129BB

Tints of Purple Heart #5129BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 26.21%
G = 13.27%
B = 60.52%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5129BB (or 0x5129BB) is known color: Purple Heart. HEX triplet: 51, 29 and BB. RGB value is (81,41,187). Sum of RGB (Red+Green+Blue) = 81+41+187=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #5129BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129BB is #AED644. Grayscale: #454545. Windows color (decimal): -11458117 or 12265809. OLE color: 12265809.

HSL color Cylindrical-coordinate representation of color #5129BB: hue angle of 256.44º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5129BB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 41 187 -
CMYK 0.57 0.78 0 0.27
HSL 256.44º 0.64% 0.45% -
HSV(B) 256.44º 0.78% 0.73% -
XYZ 13.16 6.92 47.66 -
YUV 69.6 194.25 136.13 -
System Red Green Blue C M Y K H S L
Decimal 81 41 187 0.57 0.78 0 0.27 256.44 0.64 0.45
Hex 51 29 BB 39 4E 0 1B 100 40 2D
Octal 121 51 273 71 116 0 33 400 100 55
Binary 1010001 101001 10111011 111001 1001110 0 11011 100000000 1000000 101101

Color Harmonies of #5129BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129BB

Black with #5129BB

Text Example


Text Example

White with #5129BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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