Html Css Color HEX #500AD6 Han Purple

📋 copy color: '#500AD6'

red 80 ◦ green 10 ◦ blue 214

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

Shades of Han Purple #500AD6

Tints of Han Purple #500AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 70.39%

R = 26.32%
G = 3.29%
B = 70.39%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#500AD6 (or 0x500AD6) is known color: Han Purple. HEX triplet: 50, 0A and D6. RGB value is (80,10,214). Sum of RGB (Red+Green+Blue) = 80+10+214=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 214 (83.98% from 255 or 70.39% from 304); Max value from RGB is 214 - color contains mainly: blue. Hex color #500AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AD6 is #AFF529. Grayscale: #353535. Windows color (decimal): -11531562 or 14027344. OLE color: 14027344.

HSL color Cylindrical-coordinate representation of color #500AD6: hue angle of 260.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500AD6 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 10 214 -
CMYK 0.63 0.95 0 0.16
HSL 260.59º 0.91% 0.44% -
HSV(B) 260.59º 0.95% 0.84% -
XYZ 15.55 6.78 64.11 -
YUV 54.19 218.19 146.41 -
System Red Green Blue C M Y K H S L
Decimal 80 10 214 0.63 0.95 0 0.16 260.59 0.91 0.44
Hex 50 A D6 3F 5F 0 10 105 5B 2C
Octal 120 12 326 77 137 0 20 405 133 54
Binary 1010000 1010 11010110 111111 1011111 0 10000 100000101 1011011 101100

Color Harmonies of #500AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500AD6

Black with #500AD6

Text Example


Text Example

White with #500AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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