Html Css Color HEX #5015EB Han Purple

📋 copy color: '#5015EB'

red 80 ◦ green 21 ◦ blue 235

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

Shades of Han Purple #5015EB

Tints of Han Purple #5015EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

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

R = 23.81%
G = 6.25%
B = 69.94%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5015EB (or 0x5015EB) is known color: Han Purple. HEX triplet: 50, 15 and EB. RGB value is (80,21,235). Sum of RGB (Red+Green+Blue) = 80+21+235=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #5015EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015EB is #AFEA14. Grayscale: #3E3E3E. Windows color (decimal): -11528725 or 15406416. OLE color: 15406416.

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

Color convert

RGB 80 21 235 -
CMYK 0.66 0.91 0 0.08
HSL 256.54º 0.84% 0.5% -
HSV(B) 256.54º 0.91% 0.92% -
XYZ 18.57 8.24 79.21 -
YUV 63.04 225.05 140.1 -
System Red Green Blue C M Y K H S L
Decimal 80 21 235 0.66 0.91 0 0.08 256.54 0.84 0.5
Hex 50 15 EB 42 5B 0 8 101 54 32
Octal 120 25 353 102 133 0 10 401 124 62
Binary 1010000 10101 11101011 1000010 1011011 0 1000 100000001 1010100 110010

Color Harmonies of #5015EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015EB

Black with #5015EB

Text Example


Text Example

White with #5015EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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