Html Css Color HEX #5010D8 Han Purple

📋 copy color: '#5010D8'

red 80 ◦ green 16 ◦ blue 216

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

Shades of Han Purple #5010D8

Tints of Han Purple #5010D8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 216 (84.77% from 255) = 69.23%

R = 25.64%
G = 5.13%
B = 69.23%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5010D8 (or 0x5010D8) is known color: Han Purple. HEX triplet: 50, 10 and D8. RGB value is (80,16,216). Sum of RGB (Red+Green+Blue) = 80+16+216=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #5010D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010D8 is #AFEF27. Grayscale: #393939. Windows color (decimal): -11530024 or 14159952. OLE color: 14159952.

HSL color Cylindrical-coordinate representation of color #5010D8: hue angle of 259.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010D8 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 16 216 -
CMYK 0.63 0.93 0 0.15
HSL 259.2º 0.86% 0.45% -
HSV(B) 259.2º 0.93% 0.85% -
XYZ 15.89 7.03 65.49 -
YUV 57.94 217.2 143.74 -
System Red Green Blue C M Y K H S L
Decimal 80 16 216 0.63 0.93 0 0.15 259.2 0.86 0.45
Hex 50 10 D8 3F 5D 0 F 103 56 2D
Octal 120 20 330 77 135 0 17 403 126 55
Binary 1010000 10000 11011000 111111 1011101 0 1111 100000011 1010110 101101

Color Harmonies of #5010D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010D8

Black with #5010D8

Text Example


Text Example

White with #5010D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5010D8; }

 p { color: rgb(80,16,216); }

 H1.HeaderClassName
 {
   color: #5010D8;
 }
 .AnyTagClassName
 {
   color: #5010D8;
 }
</style>

background-color css

<style>
 a { background-color: #5010D8; }

 a { background-color: rgb(80,16,216); }

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

border-color css

<style>
 span { border-color: #5010D8; }

 span { border-color: rgb(80,16,216); }

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