Html Css Color HEX #501DFF Han Purple

📋 copy color: '#501DFF'

red 80 ◦ green 29 ◦ blue 255

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

Shades of Han Purple #501DFF

Tints of Han Purple #501DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.97%

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

R = 21.98%
G = 7.97%
B = 70.05%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#501DFF (or 0x501DFF) is known color: Han Purple. HEX triplet: 50, 1D and FF. RGB value is (80,29,255). Sum of RGB (Red+Green+Blue) = 80+29+255=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #501DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DFF is #AFE200. Grayscale: #454545. Windows color (decimal): -11526657 or 16719184. OLE color: 16719184.

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

Color convert

RGB 80 29 255 -
CMYK 0.69 0.89 0 0
HSL 253.54º 1% 0.56% -
HSV(B) 253.54º 0.89% 1% -
XYZ 21.8 9.8 95.35 -
YUV 70.01 232.4 135.12 -
System Red Green Blue C M Y K H S L
Decimal 80 29 255 0.69 0.89 0 0 253.54 1 0.56
Hex 50 1D FF 45 59 0 0 FE 64 38
Octal 120 35 377 105 131 0 0 376 144 70
Binary 1010000 11101 11111111 1000101 1011001 0 0 11111110 1100100 111000

Color Harmonies of #501DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DFF

Black with #501DFF

Text Example


Text Example

White with #501DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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