Html Css Color HEX #5015E0 Han Purple

📋 copy color: '#5015E0'

red 80 ◦ green 21 ◦ blue 224

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

Shades of Han Purple #5015E0

Tints of Han Purple #5015E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.92%

R = 24.62%
G = 6.46%
B = 68.92%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5015E0 (or 0x5015E0) is known color: Han Purple. HEX triplet: 50, 15 and E0. RGB value is (80,21,224). Sum of RGB (Red+Green+Blue) = 80+21+224=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #5015E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015E0 is #AFEA1F. Grayscale: #3D3D3D. Windows color (decimal): -11528736 or 14685520. OLE color: 14685520.

HSL color Cylindrical-coordinate representation of color #5015E0: hue angle of 257.44º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5015E0 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 21 224 -
CMYK 0.64 0.91 0 0.12
HSL 257.44º 0.83% 0.48% -
HSV(B) 257.44º 0.91% 0.88% -
XYZ 17.03 7.62 71.09 -
YUV 61.78 219.55 140.99 -
System Red Green Blue C M Y K H S L
Decimal 80 21 224 0.64 0.91 0 0.12 257.44 0.83 0.48
Hex 50 15 E0 40 5B 0 C 101 53 30
Octal 120 25 340 100 133 0 14 401 123 60
Binary 1010000 10101 11100000 1000000 1011011 0 1100 100000001 1010011 110000

Color Harmonies of #5015E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015E0

Black with #5015E0

Text Example


Text Example

White with #5015E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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