Html Css Color HEX #5015ED Han Purple

📋 copy color: '#5015ED'

red 80 ◦ green 21 ◦ blue 237

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

Shades of Han Purple #5015ED

Tints of Han Purple #5015ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 23.67%
G = 6.21%
B = 70.12%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5015ED (or 0x5015ED) is known color: Han Purple. HEX triplet: 50, 15 and ED. RGB value is (80,21,237). Sum of RGB (Red+Green+Blue) = 80+21+237=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #5015ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015ED is #AFEA12. Grayscale: #3E3E3E. Windows color (decimal): -11528723 or 15537488. OLE color: 15537488.

HSL color Cylindrical-coordinate representation of color #5015ED: hue angle of 256.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5015ED is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 21 237 -
CMYK 0.66 0.91 0 0.07
HSL 256.39º 0.86% 0.51% -
HSV(B) 256.39º 0.91% 0.93% -
XYZ 18.86 8.36 80.74 -
YUV 63.27 226.05 139.94 -
System Red Green Blue C M Y K H S L
Decimal 80 21 237 0.66 0.91 0 0.07 256.39 0.86 0.51
Hex 50 15 ED 42 5B 0 7 100 56 33
Octal 120 25 355 102 133 0 7 400 126 63
Binary 1010000 10101 11101101 1000010 1011011 0 111 100000000 1010110 110011

Color Harmonies of #5015ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015ED

Black with #5015ED

Text Example


Text Example

White with #5015ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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