Html Css Color HEX #5124AD Purple Heart

📋 copy color: '#5124AD'

red 81 ◦ green 36 ◦ blue 173

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

Shades of Purple Heart #5124AD

Tints of Purple Heart #5124AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 27.93%
G = 12.41%
B = 59.66%

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

#5124AD (or 0x5124AD) is known color: Purple Heart. HEX triplet: 51, 24 and AD. RGB value is (81,36,173). Sum of RGB (Red+Green+Blue) = 81+36+173=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #5124AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5124AD is #AEDB52. Grayscale: #404040. Windows color (decimal): -11459411 or 11347025. OLE color: 11347025.

HSL color Cylindrical-coordinate representation of color #5124AD: hue angle of 259.71º 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 #5124AD is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 36 173 -
CMYK 0.53 0.79 0 0.32
HSL 259.71º 0.66% 0.41% -
HSV(B) 259.71º 0.79% 0.68% -
XYZ 11.57 6.03 40.09 -
YUV 65.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 81 36 173 0.53 0.79 0 0.32 259.71 0.66 0.41
Hex 51 24 AD 35 4F 0 20 104 42 29
Octal 121 44 255 65 117 0 40 404 102 51
Binary 1010001 100100 10101101 110101 1001111 0 100000 100000100 1000010 101001

Color Harmonies of #5124AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5124AD

Black with #5124AD

Text Example


Text Example

White with #5124AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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