Html Css Color HEX #500BDF Han Purple

📋 copy color: '#500BDF'

red 80 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #500BDF

Tints of Han Purple #500BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 25.48%
G = 3.5%
B = 71.02%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#500BDF (or 0x500BDF) is known color: Han Purple. HEX triplet: 50, 0B and DF. RGB value is (80,11,223). Sum of RGB (Red+Green+Blue) = 80+11+223=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #500BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BDF is #AFF420. Grayscale: #373737. Windows color (decimal): -11531297 or 14617424. OLE color: 14617424.

HSL color Cylindrical-coordinate representation of color #500BDF: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BDF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 11 223 -
CMYK 0.64 0.95 0 0.13
HSL 259.53º 0.91% 0.46% -
HSV(B) 259.53º 0.95% 0.87% -
XYZ 16.75 7.27 70.33 -
YUV 55.8 222.36 145.26 -
System Red Green Blue C M Y K H S L
Decimal 80 11 223 0.64 0.95 0 0.13 259.53 0.91 0.46
Hex 50 B DF 40 5F 0 D 104 5B 2E
Octal 120 13 337 100 137 0 15 404 133 56
Binary 1010000 1011 11011111 1000000 1011111 0 1101 100000100 1011011 101110

Color Harmonies of #500BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BDF

Black with #500BDF

Text Example


Text Example

White with #500BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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