Html Css Color HEX #500ADC Han Purple

📋 copy color: '#500ADC'

red 80 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #500ADC

Tints of Han Purple #500ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.23%

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

R = 25.81%
G = 3.23%
B = 70.97%

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

#500ADC (or 0x500ADC) is known color: Han Purple. HEX triplet: 50, 0A and DC. RGB value is (80,10,220). Sum of RGB (Red+Green+Blue) = 80+10+220=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #500ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ADC is #AFF523. Grayscale: #363636. Windows color (decimal): -11531556 or 14420560. OLE color: 14420560.

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

Color convert

RGB 80 10 220 -
CMYK 0.64 0.95 0 0.14
HSL 260º 0.91% 0.45% -
HSV(B) 260º 0.95% 0.86% -
XYZ 16.34 7.09 68.22 -
YUV 54.87 221.19 145.92 -
System Red Green Blue C M Y K H S L
Decimal 80 10 220 0.64 0.95 0 0.14 260 0.91 0.45
Hex 50 A DC 40 5F 0 E 104 5B 2D
Octal 120 12 334 100 137 0 16 404 133 55
Binary 1010000 1010 11011100 1000000 1011111 0 1110 100000100 1011011 101101

Color Harmonies of #500ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ADC

Black with #500ADC

Text Example


Text Example

White with #500ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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