Html Css Color HEX #5019D7 Han Purple

📋 copy color: '#5019D7'

red 80 ◦ green 25 ◦ blue 215

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

Shades of Han Purple #5019D7

Tints of Han Purple #5019D7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 215 (84.38% from 255) = 67.19%

R = 25%
G = 7.81%
B = 67.19%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5019D7 (or 0x5019D7) is known color: Han Purple. HEX triplet: 50, 19 and D7. RGB value is (80,25,215). Sum of RGB (Red+Green+Blue) = 80+25+215=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 215 (84.38% from 255 or 67.19% from 320); Max value from RGB is 215 - color contains mainly: blue. Hex color #5019D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019D7 is #AFE628. Grayscale: #3E3E3E. Windows color (decimal): -11527721 or 14096720. OLE color: 14096720.

HSL color Cylindrical-coordinate representation of color #5019D7: hue angle of 257.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5019D7 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 25 215 -
CMYK 0.63 0.88 0 0.16
HSL 257.37º 0.79% 0.47% -
HSV(B) 257.37º 0.88% 0.84% -
XYZ 15.92 7.31 64.86 -
YUV 63.11 213.72 140.05 -
System Red Green Blue C M Y K H S L
Decimal 80 25 215 0.63 0.88 0 0.16 257.37 0.79 0.47
Hex 50 19 D7 3F 58 0 10 101 4F 2F
Octal 120 31 327 77 130 0 20 401 117 57
Binary 1010000 11001 11010111 111111 1011000 0 10000 100000001 1001111 101111

Color Harmonies of #5019D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019D7

Black with #5019D7

Text Example


Text Example

White with #5019D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5019D7; }

 p { color: rgb(80,25,215); }

 H1.HeaderClassName
 {
   color: #5019D7;
 }
 .AnyTagClassName
 {
   color: #5019D7;
 }
</style>

background-color css

<style>
 a { background-color: #5019D7; }

 a { background-color: rgb(80,25,215); }

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

border-color css

<style>
 span { border-color: #5019D7; }

 span { border-color: rgb(80,25,215); }

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