Html Css Color HEX #5015DB Han Purple

📋 copy color: '#5015DB'

red 80 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #5015DB

Tints of Han Purple #5015DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 25%
G = 6.56%
B = 68.44%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5015DB (or 0x5015DB) is known color: Han Purple. HEX triplet: 50, 15 and DB. RGB value is (80,21,219). Sum of RGB (Red+Green+Blue) = 80+21+219=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #5015DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015DB is #AFEA24. Grayscale: #3C3C3C. Windows color (decimal): -11528741 or 14357840. OLE color: 14357840.

HSL color Cylindrical-coordinate representation of color #5015DB: hue angle of 257.88º degrees, saturation: 0.82, 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 #5015DB is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 21 219 -
CMYK 0.63 0.90 0 0.14
HSL 257.88º 0.83% 0.47% -
HSV(B) 257.88º 0.9% 0.86% -
XYZ 16.36 7.36 67.58 -
YUV 61.21 217.05 141.4 -
System Red Green Blue C M Y K H S L
Decimal 80 21 219 0.63 0.90 0 0.14 257.88 0.83 0.47
Hex 50 15 DB 3F 5A 0 E 102 52 2F
Octal 120 25 333 77 132 0 16 402 122 57
Binary 1010000 10101 11011011 111111 1011010 0 1110 100000010 1010010 101111

Color Harmonies of #5015DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5015DB

Black with #5015DB

Text Example


Text Example

White with #5015DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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