Html Css Color HEX #501FFF Han Purple

📋 copy color: '#501FFF'

red 80 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #501FFF

Tints of Han Purple #501FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.47%

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

R = 21.86%
G = 8.47%
B = 69.67%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#501FFF (or 0x501FFF) is known color: Han Purple. HEX triplet: 50, 1F and FF. RGB value is (80,31,255). Sum of RGB (Red+Green+Blue) = 80+31+255=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #501FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501FFF is #AFE000. Grayscale: #464646. Windows color (decimal): -11526145 or 16719696. OLE color: 16719696.

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

Color convert

RGB 80 31 255 -
CMYK 0.69 0.88 0 0
HSL 253.13º 1% 0.56% -
HSV(B) 253.13º 0.88% 1% -
XYZ 21.85 9.91 95.37 -
YUV 71.19 231.73 134.29 -
System Red Green Blue C M Y K H S L
Decimal 80 31 255 0.69 0.88 0 0 253.13 1 0.56
Hex 50 1F FF 45 58 0 0 FD 64 38
Octal 120 37 377 105 130 0 0 375 144 70
Binary 1010000 11111 11111111 1000101 1011000 0 0 11111101 1100100 111000

Color Harmonies of #501FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501FFF

Black with #501FFF

Text Example


Text Example

White with #501FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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