Html Css Color HEX #5010AD Purple Heart

📋 copy color: '#5010AD'

red 80 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #5010AD

Tints of Purple Heart #5010AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 29.74%
G = 5.95%
B = 64.31%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5010AD (or 0x5010AD) is known color: Purple Heart. HEX triplet: 50, 10 and AD. RGB value is (80,16,173). Sum of RGB (Red+Green+Blue) = 80+16+173=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #5010AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5010AD is #AFEF52. Grayscale: #343434. Windows color (decimal): -11530067 or 11341904. OLE color: 11341904.

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

Color convert

RGB 80 16 173 -
CMYK 0.54 0.91 0 0.32
HSL 264.46º 0.83% 0.37% -
HSV(B) 264.46º 0.91% 0.68% -
XYZ 11.04 5.09 39.94 -
YUV 53.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 80 16 173 0.54 0.91 0 0.32 264.46 0.83 0.37
Hex 50 10 AD 36 5B 0 20 108 53 25
Octal 120 20 255 66 133 0 40 410 123 45
Binary 1010000 10000 10101101 110110 1011011 0 100000 100001000 1010011 100101

Color Harmonies of #5010AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010AD

Black with #5010AD

Text Example


Text Example

White with #5010AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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