Html Css Color HEX #501DEE Han Purple

📋 copy color: '#501DEE'

red 80 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #501DEE

Tints of Han Purple #501DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.59%

R = 23.05%
G = 8.36%
B = 68.59%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#501DEE (or 0x501DEE) is known color: Han Purple. HEX triplet: 50, 1D and EE. RGB value is (80,29,238). Sum of RGB (Red+Green+Blue) = 80+29+238=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #501DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DEE is #AFE211. Grayscale: #434343. Windows color (decimal): -11526674 or 15605072. OLE color: 15605072.

HSL color Cylindrical-coordinate representation of color #501DEE: hue angle of 254.64º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DEE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 29 238 -
CMYK 0.66 0.88 0 0.07
HSL 254.64º 0.86% 0.52% -
HSV(B) 254.64º 0.88% 0.93% -
XYZ 19.18 8.76 81.57 -
YUV 68.08 223.9 136.51 -
System Red Green Blue C M Y K H S L
Decimal 80 29 238 0.66 0.88 0 0.07 254.64 0.86 0.52
Hex 50 1D EE 42 58 0 7 FF 56 34
Octal 120 35 356 102 130 0 7 377 126 64
Binary 1010000 11101 11101110 1000010 1011000 0 111 11111111 1010110 110100

Color Harmonies of #501DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DEE

Black with #501DEE

Text Example


Text Example

White with #501DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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