Html Css Color HEX #500DDA Han Purple

📋 copy color: '#500DDA'

red 80 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #500DDA

Tints of Han Purple #500DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

 BLUE value IS 218 (85.55% from 255) = 70.1%

R = 25.72%
G = 4.18%
B = 70.1%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#500DDA (or 0x500DDA) is known color: Han Purple. HEX triplet: 50, 0D and DA. RGB value is (80,13,218). Sum of RGB (Red+Green+Blue) = 80+13+218=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #500DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DDA is #AFF225. Grayscale: #373737. Windows color (decimal): -11530790 or 14290256. OLE color: 14290256.

HSL color Cylindrical-coordinate representation of color #500DDA: hue angle of 259.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DDA is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 13 218 -
CMYK 0.63 0.94 0 0.15
HSL 259.61º 0.89% 0.45% -
HSV(B) 259.61º 0.94% 0.85% -
XYZ 16.11 7.06 66.84 -
YUV 56.4 219.2 144.83 -
System Red Green Blue C M Y K H S L
Decimal 80 13 218 0.63 0.94 0 0.15 259.61 0.89 0.45
Hex 50 D DA 3F 5E 0 F 104 59 2D
Octal 120 15 332 77 136 0 17 404 131 55
Binary 1010000 1101 11011010 111111 1011110 0 1111 100000100 1011001 101101

Color Harmonies of #500DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DDA

Black with #500DDA

Text Example


Text Example

White with #500DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,13,218); }

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

background-color css

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

 a { background-color: rgb(80,13,218); }

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

border-color css

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

 span { border-color: rgb(80,13,218); }

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