Html Css Color HEX #5010EB Han Purple

📋 copy color: '#5010EB'

red 80 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #5010EB

Tints of Han Purple #5010EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71%

R = 24.17%
G = 4.83%
B = 71%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5010EB (or 0x5010EB) is known color: Han Purple. HEX triplet: 50, 10 and EB. RGB value is (80,16,235). Sum of RGB (Red+Green+Blue) = 80+16+235=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #5010EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010EB is #AFEF14. Grayscale: #3B3B3B. Windows color (decimal): -11530005 or 15405136. OLE color: 15405136.

HSL color Cylindrical-coordinate representation of color #5010EB: hue angle of 257.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010EB is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 16 235 -
CMYK 0.66 0.93 0 0.08
HSL 257.53º 0.87% 0.49% -
HSV(B) 257.53º 0.93% 0.92% -
XYZ 18.49 8.07 79.18 -
YUV 60.1 226.7 142.19 -
System Red Green Blue C M Y K H S L
Decimal 80 16 235 0.66 0.93 0 0.08 257.53 0.87 0.49
Hex 50 10 EB 42 5D 0 8 102 57 31
Octal 120 20 353 102 135 0 10 402 127 61
Binary 1010000 10000 11101011 1000010 1011101 0 1000 100000010 1010111 110001

Color Harmonies of #5010EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5010EB

Black with #5010EB

Text Example


Text Example

White with #5010EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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