Html Css Color HEX #501EDF Han Purple

📋 copy color: '#501EDF'

red 80 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #501EDF

Tints of Han Purple #501EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

 BLUE value IS 223 (87.5% from 255) = 66.97%

R = 24.02%
G = 9.01%
B = 66.97%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#501EDF (or 0x501EDF) is known color: Han Purple. HEX triplet: 50, 1E and DF. RGB value is (80,30,223). Sum of RGB (Red+Green+Blue) = 80+30+223=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #501EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EDF is #AFE120. Grayscale: #424242. Windows color (decimal): -11526433 or 14622288. OLE color: 14622288.

HSL color Cylindrical-coordinate representation of color #501EDF: hue angle of 255.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501EDF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 30 223 -
CMYK 0.64 0.87 0 0.13
HSL 255.54º 0.76% 0.5% -
HSV(B) 255.54º 0.87% 0.87% -
XYZ 17.09 7.96 70.45 -
YUV 66.95 216.07 137.31 -
System Red Green Blue C M Y K H S L
Decimal 80 30 223 0.64 0.87 0 0.13 255.54 0.76 0.5
Hex 50 1E DF 40 57 0 D 100 4C 32
Octal 120 36 337 100 127 0 15 400 114 62
Binary 1010000 11110 11011111 1000000 1010111 0 1101 100000000 1001100 110010

Color Harmonies of #501EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EDF

Black with #501EDF

Text Example


Text Example

White with #501EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,30,223); }

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

background-color css

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

 a { background-color: rgb(80,30,223); }

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

border-color css

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

 span { border-color: rgb(80,30,223); }

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