Html Css Color HEX #500BD2 Han Purple

📋 copy color: '#500BD2'

red 80 ◦ green 11 ◦ blue 210

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

Shades of Han Purple #500BD2

Tints of Han Purple #500BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 69.77%

R = 26.58%
G = 3.65%
B = 69.77%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#500BD2 (or 0x500BD2) is known color: Han Purple. HEX triplet: 50, 0B and D2. RGB value is (80,11,210). Sum of RGB (Red+Green+Blue) = 80+11+210=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 210 (82.42% from 255 or 69.77% from 301); Max value from RGB is 210 - color contains mainly: blue. Hex color #500BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BD2 is #AFF42D. Grayscale: #353535. Windows color (decimal): -11531310 or 13765456. OLE color: 13765456.

HSL color Cylindrical-coordinate representation of color #500BD2: hue angle of 260.8º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BD2 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 11 210 -
CMYK 0.62 0.95 0 0.18
HSL 260.8º 0.9% 0.43% -
HSV(B) 260.8º 0.95% 0.82% -
XYZ 15.06 6.6 61.45 -
YUV 54.32 215.86 146.32 -
System Red Green Blue C M Y K H S L
Decimal 80 11 210 0.62 0.95 0 0.18 260.8 0.9 0.43
Hex 50 B D2 3E 5F 0 12 105 5A 2B
Octal 120 13 322 76 137 0 22 405 132 53
Binary 1010000 1011 11010010 111110 1011111 0 10010 100000101 1011010 101011

Color Harmonies of #500BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BD2

Black with #500BD2

Text Example


Text Example

White with #500BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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