Html Css Color HEX #501AFF Han Purple

📋 copy color: '#501AFF'

red 80 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #501AFF

Tints of Han Purple #501AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.64%

R = 22.16%
G = 7.2%
B = 70.64%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#501AFF (or 0x501AFF) is known color: Han Purple. HEX triplet: 50, 1A and FF. RGB value is (80,26,255). Sum of RGB (Red+Green+Blue) = 80+26+255=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #501AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AFF is #AFE500. Grayscale: #434343. Windows color (decimal): -11527425 or 16718416. OLE color: 16718416.

HSL color Cylindrical-coordinate representation of color #501AFF: hue angle of 254.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501AFF is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 26 255 -
CMYK 0.69 0.90 0 0
HSL 254.15º 1% 0.55% -
HSV(B) 254.15º 0.9% 1% -
XYZ 21.73 9.66 95.33 -
YUV 68.25 233.39 136.38 -
System Red Green Blue C M Y K H S L
Decimal 80 26 255 0.69 0.90 0 0 254.15 1 0.55
Hex 50 1A FF 45 5A 0 0 FE 64 37
Octal 120 32 377 105 132 0 0 376 144 67
Binary 1010000 11010 11111111 1000101 1011010 0 0 11111110 1100100 110111

Color Harmonies of #501AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AFF

Black with #501AFF

Text Example


Text Example

White with #501AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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