Html Css Color HEX #500ED5 Han Purple

📋 copy color: '#500ED5'

red 80 ◦ green 14 ◦ blue 213

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

Shades of Han Purple #500ED5

Tints of Han Purple #500ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.56%

 BLUE value IS 213 (83.59% from 255) = 69.38%

R = 26.06%
G = 4.56%
B = 69.38%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#500ED5 (or 0x500ED5) is known color: Han Purple. HEX triplet: 50, 0E and D5. RGB value is (80,14,213). Sum of RGB (Red+Green+Blue) = 80+14+213=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #500ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500ED5 is #AFF12A. Grayscale: #373737. Windows color (decimal): -11530539 or 13962832. OLE color: 13962832.

HSL color Cylindrical-coordinate representation of color #500ED5: hue angle of 259.9º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500ED5 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 14 213 -
CMYK 0.62 0.93 0 0.16
HSL 259.9º 0.88% 0.45% -
HSV(B) 259.9º 0.93% 0.84% -
XYZ 15.48 6.82 63.45 -
YUV 56.42 216.37 144.82 -
System Red Green Blue C M Y K H S L
Decimal 80 14 213 0.62 0.93 0 0.16 259.9 0.88 0.45
Hex 50 E D5 3E 5D 0 10 104 58 2D
Octal 120 16 325 76 135 0 20 404 130 55
Binary 1010000 1110 11010101 111110 1011101 0 10000 100000100 1011000 101101

Color Harmonies of #500ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500ED5

Black with #500ED5

Text Example


Text Example

White with #500ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,14,213); }

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

background-color css

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

 a { background-color: rgb(80,14,213); }

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

border-color css

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

 span { border-color: rgb(80,14,213); }

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