Html Css Color HEX #5015E9 Han Purple

📋 copy color: '#5015E9'

red 80 ◦ green 21 ◦ blue 233

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

Shades of Han Purple #5015E9

Tints of Han Purple #5015E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 69.76%

R = 23.95%
G = 6.29%
B = 69.76%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5015E9 (or 0x5015E9) is known color: Han Purple. HEX triplet: 50, 15 and E9. RGB value is (80,21,233). Sum of RGB (Red+Green+Blue) = 80+21+233=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 233 (91.41% from 255 or 69.76% from 334); Max value from RGB is 233 - color contains mainly: blue. Hex color #5015E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015E9 is #AFEA16. Grayscale: #3E3E3E. Windows color (decimal): -11528727 or 15275344. OLE color: 15275344.

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

Color convert

RGB 80 21 233 -
CMYK 0.66 0.91 0 0.09
HSL 256.7º 0.83% 0.5% -
HSV(B) 256.7º 0.91% 0.91% -
XYZ 18.28 8.12 77.7 -
YUV 62.81 224.05 140.26 -
System Red Green Blue C M Y K H S L
Decimal 80 21 233 0.66 0.91 0 0.09 256.7 0.83 0.5
Hex 50 15 E9 42 5B 0 9 101 53 32
Octal 120 25 351 102 133 0 11 401 123 62
Binary 1010000 10101 11101001 1000010 1011011 0 1001 100000001 1010011 110010

Color Harmonies of #5015E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015E9

Black with #5015E9

Text Example


Text Example

White with #5015E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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