Html Css Color HEX #501ADA Han Purple

📋 copy color: '#501ADA'

red 80 ◦ green 26 ◦ blue 218

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

Shades of Han Purple #501ADA

Tints of Han Purple #501ADA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

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

R = 24.69%
G = 8.02%
B = 67.28%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#501ADA (or 0x501ADA) is known color: Han Purple. HEX triplet: 50, 1A and DA. RGB value is (80,26,218). Sum of RGB (Red+Green+Blue) = 80+26+218=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 218 (85.55% from 255 or 67.28% from 324); Max value from RGB is 218 - color contains mainly: blue. Hex color #501ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ADA is #AFE525. Grayscale: #3F3F3F. Windows color (decimal): -11527462 or 14293584. OLE color: 14293584.

HSL color Cylindrical-coordinate representation of color #501ADA: hue angle of 256.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501ADA is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 26 218 -
CMYK 0.63 0.88 0 0.15
HSL 256.88º 0.79% 0.48% -
HSV(B) 256.88º 0.88% 0.85% -
XYZ 16.33 7.51 66.92 -
YUV 64.03 214.89 139.39 -
System Red Green Blue C M Y K H S L
Decimal 80 26 218 0.63 0.88 0 0.15 256.88 0.79 0.48
Hex 50 1A DA 3F 58 0 F 101 4F 30
Octal 120 32 332 77 130 0 17 401 117 60
Binary 1010000 11010 11011010 111111 1011000 0 1111 100000001 1001111 110000

Color Harmonies of #501ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ADA

Black with #501ADA

Text Example


Text Example

White with #501ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501ADA; }

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

 H1.HeaderClassName
 {
   color: #501ADA;
 }
 .AnyTagClassName
 {
   color: #501ADA;
 }
</style>

background-color css

<style>
 a { background-color: #501ADA; }

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

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

border-color css

<style>
 span { border-color: #501ADA; }

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

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