Html Css Color HEX #5015AF Purple Heart

📋 copy color: '#5015AF'

red 80 ◦ green 21 ◦ blue 175

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

Shades of Purple Heart #5015AF

Tints of Purple Heart #5015AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 28.99%
G = 7.61%
B = 63.41%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5015AF (or 0x5015AF) is known color: Purple Heart. HEX triplet: 50, 15 and AF. RGB value is (80,21,175). Sum of RGB (Red+Green+Blue) = 80+21+175=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #5015AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015AF is #AFEA50. Grayscale: #373737. Windows color (decimal): -11528785 or 11474256. OLE color: 11474256.

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

Color convert

RGB 80 21 175 -
CMYK 0.54 0.88 0 0.31
HSL 262.99º 0.79% 0.38% -
HSV(B) 262.99º 0.88% 0.69% -
XYZ 11.31 5.34 40.99 -
YUV 56.2 195.05 144.98 -
System Red Green Blue C M Y K H S L
Decimal 80 21 175 0.54 0.88 0 0.31 262.99 0.79 0.38
Hex 50 15 AF 36 58 0 1F 107 4F 26
Octal 120 25 257 66 130 0 37 407 117 46
Binary 1010000 10101 10101111 110110 1011000 0 11111 100000111 1001111 100110

Color Harmonies of #5015AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015AF

Black with #5015AF

Text Example


Text Example

White with #5015AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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