Html Css Color HEX #5015DC Han Purple

📋 copy color: '#5015DC'

red 80 ◦ green 21 ◦ blue 220

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

Shades of Han Purple #5015DC

Tints of Han Purple #5015DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 24.92%
G = 6.54%
B = 68.54%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5015DC (or 0x5015DC) is known color: Han Purple. HEX triplet: 50, 15 and DC. RGB value is (80,21,220). Sum of RGB (Red+Green+Blue) = 80+21+220=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #5015DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015DC is #AFEA23. Grayscale: #3C3C3C. Windows color (decimal): -11528740 or 14423376. OLE color: 14423376.

HSL color Cylindrical-coordinate representation of color #5015DC: hue angle of 257.79º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5015DC is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 21 220 -
CMYK 0.64 0.90 0 0.14
HSL 257.79º 0.83% 0.47% -
HSV(B) 257.79º 0.9% 0.86% -
XYZ 16.49 7.41 68.27 -
YUV 61.33 217.55 141.32 -
System Red Green Blue C M Y K H S L
Decimal 80 21 220 0.64 0.90 0 0.14 257.79 0.83 0.47
Hex 50 15 DC 40 5A 0 E 102 53 2F
Octal 120 25 334 100 132 0 16 402 123 57
Binary 1010000 10101 11011100 1000000 1011010 0 1110 100000010 1010011 101111

Color Harmonies of #5015DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015DC

Black with #5015DC

Text Example


Text Example

White with #5015DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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