Html Css Color HEX #500ADD Han Purple

📋 copy color: '#500ADD'

red 80 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #500ADD

Tints of Han Purple #500ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 25.72%
G = 3.22%
B = 71.06%

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

#500ADD (or 0x500ADD) is known color: Han Purple. HEX triplet: 50, 0A and DD. RGB value is (80,10,221). Sum of RGB (Red+Green+Blue) = 80+10+221=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #500ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ADD is #AFF522. Grayscale: #363636. Windows color (decimal): -11531555 or 14486096. OLE color: 14486096.

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

Color convert

RGB 80 10 221 -
CMYK 0.64 0.95 0 0.13
HSL 259.91º 0.91% 0.45% -
HSV(B) 259.91º 0.95% 0.87% -
XYZ 16.47 7.14 68.92 -
YUV 54.98 221.69 145.84 -
System Red Green Blue C M Y K H S L
Decimal 80 10 221 0.64 0.95 0 0.13 259.91 0.91 0.45
Hex 50 A DD 40 5F 0 D 104 5B 2D
Octal 120 12 335 100 137 0 15 404 133 55
Binary 1010000 1010 11011101 1000000 1011111 0 1101 100000100 1011011 101101

Color Harmonies of #500ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ADD

Black with #500ADD

Text Example


Text Example

White with #500ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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