Html Css Color HEX #5013AF Purple Heart

📋 copy color: '#5013AF'

red 80 ◦ green 19 ◦ blue 175

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

Shades of Purple Heart #5013AF

Tints of Purple Heart #5013AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 175 (68.75% from 255) = 63.87%

R = 29.2%
G = 6.93%
B = 63.87%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5013AF (or 0x5013AF) is known color: Purple Heart. HEX triplet: 50, 13 and AF. RGB value is (80,19,175). Sum of RGB (Red+Green+Blue) = 80+19+175=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #5013AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5013AF is #AFEC50. Grayscale: #363636. Windows color (decimal): -11529297 or 11473744. OLE color: 11473744.

HSL color Cylindrical-coordinate representation of color #5013AF: hue angle of 263.46º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5013AF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 19 175 -
CMYK 0.54 0.89 0 0.31
HSL 263.46º 0.8% 0.38% -
HSV(B) 263.46º 0.89% 0.69% -
XYZ 11.28 5.27 40.98 -
YUV 55.02 195.71 145.82 -
System Red Green Blue C M Y K H S L
Decimal 80 19 175 0.54 0.89 0 0.31 263.46 0.8 0.38
Hex 50 13 AF 36 59 0 1F 107 50 26
Octal 120 23 257 66 131 0 37 407 120 46
Binary 1010000 10011 10101111 110110 1011001 0 11111 100000111 1010000 100110

Color Harmonies of #5013AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5013AF

Black with #5013AF

Text Example


Text Example

White with #5013AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5013AF; }

 p { color: rgb(80,19,175); }

 H1.HeaderClassName
 {
   color: #5013AF;
 }
 .AnyTagClassName
 {
   color: #5013AF;
 }
</style>

background-color css

<style>
 a { background-color: #5013AF; }

 a { background-color: rgb(80,19,175); }

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

border-color css

<style>
 span { border-color: #5013AF; }

 span { border-color: rgb(80,19,175); }

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