Html Css Color HEX #5120A8 Purple Heart

📋 copy color: '#5120A8'

red 81 ◦ green 32 ◦ blue 168

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

Shades of Purple Heart #5120A8

Tints of Purple Heart #5120A8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 168 (66.02% from 255) = 59.79%

R = 28.83%
G = 11.39%
B = 59.79%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5120A8 (or 0x5120A8) is known color: Purple Heart. HEX triplet: 51, 20 and A8. RGB value is (81,32,168). Sum of RGB (Red+Green+Blue) = 81+32+168=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #5120A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5120A8 is #AEDF57. Grayscale: #3D3D3D. Windows color (decimal): -11460440 or 11018321. OLE color: 11018321.

HSL color Cylindrical-coordinate representation of color #5120A8: hue angle of 261.62º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5120A8 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 81 32 168 -
CMYK 0.52 0.81 0 0.34
HSL 261.62º 0.68% 0.39% -
HSV(B) 261.62º 0.81% 0.66% -
XYZ 10.98 5.61 37.55 -
YUV 62.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 81 32 168 0.52 0.81 0 0.34 261.62 0.68 0.39
Hex 51 20 A8 34 51 0 22 106 44 27
Octal 121 40 250 64 121 0 42 406 104 47
Binary 1010001 100000 10101000 110100 1010001 0 100010 100000110 1000100 100111

Color Harmonies of #5120A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5120A8

Black with #5120A8

Text Example


Text Example

White with #5120A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5120A8; }

 p { color: rgb(81,32,168); }

 H1.HeaderClassName
 {
   color: #5120A8;
 }
 .AnyTagClassName
 {
   color: #5120A8;
 }
</style>

background-color css

<style>
 a { background-color: #5120A8; }

 a { background-color: rgb(81,32,168); }

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

border-color css

<style>
 span { border-color: #5120A8; }

 span { border-color: rgb(81,32,168); }

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