Html Css Color HEX #501DFE Han Purple

📋 copy color: '#501DFE'

red 80 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #501DFE

Tints of Han Purple #501DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.97%

R = 22.04%
G = 7.99%
B = 69.97%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#501DFE (or 0x501DFE) is known color: Han Purple. HEX triplet: 50, 1D and FE. RGB value is (80,29,254). Sum of RGB (Red+Green+Blue) = 80+29+254=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #501DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DFE is #AFE201. Grayscale: #454545. Windows color (decimal): -11526658 or 16653648. OLE color: 16653648.

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

Color convert

RGB 80 29 254 -
CMYK 0.69 0.89 0 0.00
HSL 253.6º 0.99% 0.55% -
HSV(B) 253.6º 0.89% 1% -
XYZ 21.64 9.74 94.51 -
YUV 69.9 231.9 135.2 -
System Red Green Blue C M Y K H S L
Decimal 80 29 254 0.69 0.89 0 0.00 253.6 0.99 0.55
Hex 50 1D FE 45 59 0 0 FE 63 37
Octal 120 35 376 105 131 0 0 376 143 67
Binary 1010000 11101 11111110 1000101 1011001 0 0 11111110 1100011 110111

Color Harmonies of #501DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DFE

Black with #501DFE

Text Example


Text Example

White with #501DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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