Html Css Color HEX #5019DE Han Purple

📋 copy color: '#5019DE'

red 80 ◦ green 25 ◦ blue 222

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

Shades of Han Purple #5019DE

Tints of Han Purple #5019DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.89%

R = 24.46%
G = 7.65%
B = 67.89%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5019DE (or 0x5019DE) is known color: Han Purple. HEX triplet: 50, 19 and DE. RGB value is (80,25,222). Sum of RGB (Red+Green+Blue) = 80+25+222=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #5019DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019DE is #AFE621. Grayscale: #3F3F3F. Windows color (decimal): -11527714 or 14555472. OLE color: 14555472.

HSL color Cylindrical-coordinate representation of color #5019DE: hue angle of 256.75º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5019DE is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 25 222 -
CMYK 0.64 0.89 0 0.13
HSL 256.75º 0.8% 0.48% -
HSV(B) 256.75º 0.89% 0.87% -
XYZ 16.84 7.67 69.7 -
YUV 63.9 217.22 139.48 -
System Red Green Blue C M Y K H S L
Decimal 80 25 222 0.64 0.89 0 0.13 256.75 0.8 0.48
Hex 50 19 DE 40 59 0 D 101 50 30
Octal 120 31 336 100 131 0 15 401 120 60
Binary 1010000 11001 11011110 1000000 1011001 0 1101 100000001 1010000 110000

Color Harmonies of #5019DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019DE

Black with #5019DE

Text Example


Text Example

White with #5019DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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