Html Css Color HEX #5016AF Purple Heart

📋 copy color: '#5016AF'

red 80 ◦ green 22 ◦ blue 175

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

Shades of Purple Heart #5016AF

Tints of Purple Heart #5016AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

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

R = 28.88%
G = 7.94%
B = 63.18%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5016AF (or 0x5016AF) is known color: Purple Heart. HEX triplet: 50, 16 and AF. RGB value is (80,22,175). Sum of RGB (Red+Green+Blue) = 80+22+175=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #5016AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5016AF is #AFE950. Grayscale: #383838. Windows color (decimal): -11528529 or 11474512. OLE color: 11474512.

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

Color convert

RGB 80 22 175 -
CMYK 0.54 0.87 0 0.31
HSL 262.75º 0.78% 0.39% -
HSV(B) 262.75º 0.87% 0.69% -
XYZ 11.33 5.37 41 -
YUV 56.78 194.72 144.56 -
System Red Green Blue C M Y K H S L
Decimal 80 22 175 0.54 0.87 0 0.31 262.75 0.78 0.39
Hex 50 16 AF 36 57 0 1F 107 4E 27
Octal 120 26 257 66 127 0 37 407 116 47
Binary 1010000 10110 10101111 110110 1010111 0 11111 100000111 1001110 100111

Color Harmonies of #5016AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016AF

Black with #5016AF

Text Example


Text Example

White with #5016AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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