Html Css Color HEX #5124AA Purple Heart

📋 copy color: '#5124AA'

red 81 ◦ green 36 ◦ blue 170

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

Shades of Purple Heart #5124AA

Tints of Purple Heart #5124AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 28.22%
G = 12.54%
B = 59.23%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5124AA (or 0x5124AA) is known color: Purple Heart. HEX triplet: 51, 24 and AA. RGB value is (81,36,170). Sum of RGB (Red+Green+Blue) = 81+36+170=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #5124AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5124AA is #AEDB55. Grayscale: #404040. Windows color (decimal): -11459414 or 11150417. OLE color: 11150417.

HSL color Cylindrical-coordinate representation of color #5124AA: hue angle of 260.15º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5124AA is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 36 170 -
CMYK 0.52 0.79 0 0.33
HSL 260.15º 0.65% 0.4% -
HSV(B) 260.15º 0.79% 0.67% -
XYZ 11.28 5.91 38.58 -
YUV 64.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 81 36 170 0.52 0.79 0 0.33 260.15 0.65 0.4
Hex 51 24 AA 34 4F 0 21 104 41 28
Octal 121 44 252 64 117 0 41 404 101 50
Binary 1010001 100100 10101010 110100 1001111 0 100001 100000100 1000001 101000

Color Harmonies of #5124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5124AA

Black with #5124AA

Text Example


Text Example

White with #5124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5124AA; }

 p { color: rgb(81,36,170); }

 H1.HeaderClassName
 {
   color: #5124AA;
 }
 .AnyTagClassName
 {
   color: #5124AA;
 }
</style>

background-color css

<style>
 a { background-color: #5124AA; }

 a { background-color: rgb(81,36,170); }

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

border-color css

<style>
 span { border-color: #5124AA; }

 span { border-color: rgb(81,36,170); }

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