Html Css Color HEX #5029AD Purple Heart

📋 copy color: '#5029AD'

red 80 ◦ green 41 ◦ blue 173

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

Shades of Purple Heart #5029AD

Tints of Purple Heart #5029AD

RGB

 RED value IS 80 (31.64% from 255) = 27.21%

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

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

R = 27.21%
G = 13.95%
B = 58.84%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5029AD (or 0x5029AD) is known color: Purple Heart. HEX triplet: 50, 29 and AD. RGB value is (80,41,173). Sum of RGB (Red+Green+Blue) = 80+41+173=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #5029AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5029AD is #AFD652. Grayscale: #434343. Windows color (decimal): -11523667 or 11348304. OLE color: 11348304.

HSL color Cylindrical-coordinate representation of color #5029AD: hue angle of 257.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5029AD is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 41 173 -
CMYK 0.54 0.76 0 0.32
HSL 257.73º 0.62% 0.42% -
HSV(B) 257.73º 0.76% 0.68% -
XYZ 11.64 6.31 40.14 -
YUV 67.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 80 41 173 0.54 0.76 0 0.32 257.73 0.62 0.42
Hex 50 29 AD 36 4C 0 20 102 3E 2A
Octal 120 51 255 66 114 0 40 402 76 52
Binary 1010000 101001 10101101 110110 1001100 0 100000 100000010 111110 101010

Color Harmonies of #5029AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5029AD

Black with #5029AD

Text Example


Text Example

White with #5029AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,41,173); }

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

background-color css

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

 a { background-color: rgb(80,41,173); }

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

border-color css

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

 span { border-color: rgb(80,41,173); }

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