Html Css Color HEX #5129D9 Purple Heart

📋 copy color: '#5129D9'

red 81 ◦ green 41 ◦ blue 217

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

Shades of Purple Heart #5129D9

Tints of Purple Heart #5129D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 64.01%

R = 23.89%
G = 12.09%
B = 64.01%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5129D9 (or 0x5129D9) is known color: Purple Heart. HEX triplet: 51, 29 and D9. RGB value is (81,41,217). Sum of RGB (Red+Green+Blue) = 81+41+217=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 217 (85.16% from 255 or 64.01% from 339); Max value from RGB is 217 - color contains mainly: blue. Hex color #5129D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129D9 is #AED626. Grayscale: #484848. Windows color (decimal): -11458087 or 14231889. OLE color: 14231889.

HSL color Cylindrical-coordinate representation of color #5129D9: hue angle of 253.64º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5129D9 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 41 217 -
CMYK 0.63 0.81 0 0.15
HSL 253.64º 0.7% 0.51% -
HSV(B) 253.64º 0.81% 0.85% -
XYZ 16.71 8.34 66.38 -
YUV 73.02 209.25 133.69 -
System Red Green Blue C M Y K H S L
Decimal 81 41 217 0.63 0.81 0 0.15 253.64 0.7 0.51
Hex 51 29 D9 3F 51 0 F FE 46 33
Octal 121 51 331 77 121 0 17 376 106 63
Binary 1010001 101001 11011001 111111 1010001 0 1111 11111110 1000110 110011

Color Harmonies of #5129D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129D9

Black with #5129D9

Text Example


Text Example

White with #5129D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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