Html Css Color HEX #500BDC Han Purple

📋 copy color: '#500BDC'

red 80 ◦ green 11 ◦ blue 220

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

Shades of Han Purple #500BDC

Tints of Han Purple #500BDC

RGB

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

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

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

R = 25.72%
G = 3.54%
B = 70.74%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#500BDC (or 0x500BDC) is known color: Han Purple. HEX triplet: 50, 0B and DC. RGB value is (80,11,220). Sum of RGB (Red+Green+Blue) = 80+11+220=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #500BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BDC is #AFF423. Grayscale: #363636. Windows color (decimal): -11531300 or 14420816. OLE color: 14420816.

HSL color Cylindrical-coordinate representation of color #500BDC: hue angle of 259.81º 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 #500BDC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 11 220 -
CMYK 0.64 0.95 0 0.14
HSL 259.81º 0.9% 0.45% -
HSV(B) 259.81º 0.95% 0.86% -
XYZ 16.35 7.11 68.22 -
YUV 55.46 220.86 145.51 -
System Red Green Blue C M Y K H S L
Decimal 80 11 220 0.64 0.95 0 0.14 259.81 0.9 0.45
Hex 50 B DC 40 5F 0 E 104 5A 2D
Octal 120 13 334 100 137 0 16 404 132 55
Binary 1010000 1011 11011100 1000000 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #500BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BDC

Black with #500BDC

Text Example


Text Example

White with #500BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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