Html Css Color HEX #5124AE Purple Heart

📋 copy color: '#5124AE'

red 81 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #5124AE

Tints of Purple Heart #5124AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.79%

R = 27.84%
G = 12.37%
B = 59.79%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5124AE (or 0x5124AE) is known color: Purple Heart. HEX triplet: 51, 24 and AE. RGB value is (81,36,174). Sum of RGB (Red+Green+Blue) = 81+36+174=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #5124AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5124AE is #AEDB51. Grayscale: #404040. Windows color (decimal): -11459410 or 11412561. OLE color: 11412561.

HSL color Cylindrical-coordinate representation of color #5124AE: hue angle of 259.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5124AE is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 36 174 -
CMYK 0.53 0.79 0 0.32
HSL 259.57º 0.66% 0.41% -
HSV(B) 259.57º 0.79% 0.68% -
XYZ 11.66 6.07 40.6 -
YUV 65.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 81 36 174 0.53 0.79 0 0.32 259.57 0.66 0.41
Hex 51 24 AE 35 4F 0 20 104 42 29
Octal 121 44 256 65 117 0 40 404 102 51
Binary 1010001 100100 10101110 110101 1001111 0 100000 100000100 1000010 101001

Color Harmonies of #5124AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5124AE

Black with #5124AE

Text Example


Text Example

White with #5124AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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