Html Css Color HEX #501AFB Han Purple

📋 copy color: '#501AFB'

red 80 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #501AFB

Tints of Han Purple #501AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 22.41%
G = 7.28%
B = 70.31%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#501AFB (or 0x501AFB) is known color: Han Purple. HEX triplet: 50, 1A and FB. RGB value is (80,26,251). Sum of RGB (Red+Green+Blue) = 80+26+251=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #501AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501AFB is #AFE504. Grayscale: #424242. Windows color (decimal): -11527429 or 16456272. OLE color: 16456272.

HSL color Cylindrical-coordinate representation of color #501AFB: hue angle of 254.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #501AFB is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 26 251 -
CMYK 0.68 0.90 0 0.02
HSL 254.4º 0.97% 0.54% -
HSV(B) 254.4º 0.9% 0.98% -
XYZ 21.09 9.41 91.97 -
YUV 67.8 231.39 136.7 -
System Red Green Blue C M Y K H S L
Decimal 80 26 251 0.68 0.90 0 0.02 254.4 0.97 0.54
Hex 50 1A FB 44 5A 0 2 FE 61 36
Octal 120 32 373 104 132 0 2 376 141 66
Binary 1010000 11010 11111011 1000100 1011010 0 10 11111110 1100001 110110

Color Harmonies of #501AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AFB

Black with #501AFB

Text Example


Text Example

White with #501AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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