Html Css Color HEX #5012EB Han Purple

📋 copy color: '#5012EB'

red 80 ◦ green 18 ◦ blue 235

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

Shades of Han Purple #5012EB

Tints of Han Purple #5012EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 24.02%
G = 5.41%
B = 70.57%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5012EB (or 0x5012EB) is known color: Han Purple. HEX triplet: 50, 12 and EB. RGB value is (80,18,235). Sum of RGB (Red+Green+Blue) = 80+18+235=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #5012EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5012EB is #AFED14. Grayscale: #3C3C3C. Windows color (decimal): -11529493 or 15405648. OLE color: 15405648.

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

Color convert

RGB 80 18 235 -
CMYK 0.66 0.92 0 0.08
HSL 257.14º 0.86% 0.5% -
HSV(B) 257.14º 0.92% 0.92% -
XYZ 18.52 8.14 79.19 -
YUV 61.28 226.04 141.36 -
System Red Green Blue C M Y K H S L
Decimal 80 18 235 0.66 0.92 0 0.08 257.14 0.86 0.5
Hex 50 12 EB 42 5C 0 8 101 56 32
Octal 120 22 353 102 134 0 10 401 126 62
Binary 1010000 10010 11101011 1000010 1011100 0 1000 100000001 1010110 110010

Color Harmonies of #5012EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012EB

Black with #5012EB

Text Example


Text Example

White with #5012EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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