Html Css Color HEX #500BDB Han Purple

📋 copy color: '#500BDB'

red 80 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #500BDB

Tints of Han Purple #500BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.55%

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

R = 25.81%
G = 3.55%
B = 70.65%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#500BDB (or 0x500BDB) is known color: Han Purple. HEX triplet: 50, 0B and DB. RGB value is (80,11,219). Sum of RGB (Red+Green+Blue) = 80+11+219=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #500BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BDB is #AFF424. Grayscale: #363636. Windows color (decimal): -11531301 or 14355280. OLE color: 14355280.

HSL color Cylindrical-coordinate representation of color #500BDB: hue angle of 259.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BDB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 11 219 -
CMYK 0.63 0.95 0 0.14
HSL 259.9º 0.9% 0.45% -
HSV(B) 259.9º 0.95% 0.86% -
XYZ 16.21 7.06 67.53 -
YUV 55.34 220.36 145.59 -
System Red Green Blue C M Y K H S L
Decimal 80 11 219 0.63 0.95 0 0.14 259.9 0.9 0.45
Hex 50 B DB 3F 5F 0 E 104 5A 2D
Octal 120 13 333 77 137 0 16 404 132 55
Binary 1010000 1011 11011011 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #500BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BDB

Black with #500BDB

Text Example


Text Example

White with #500BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500BDB; }

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

 H1.HeaderClassName
 {
   color: #500BDB;
 }
 .AnyTagClassName
 {
   color: #500BDB;
 }
</style>

background-color css

<style>
 a { background-color: #500BDB; }

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

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

border-color css

<style>
 span { border-color: #500BDB; }

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

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