Html Css Color HEX #501EED Han Purple

📋 copy color: '#501EED'

red 80 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #501EED

Tints of Han Purple #501EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.3%

R = 23.05%
G = 8.65%
B = 68.3%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#501EED (or 0x501EED) is known color: Han Purple. HEX triplet: 50, 1E and ED. RGB value is (80,30,237). Sum of RGB (Red+Green+Blue) = 80+30+237=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #501EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EED is #AFE112. Grayscale: #434343. Windows color (decimal): -11526419 or 15539792. OLE color: 15539792.

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

Color convert

RGB 80 30 237 -
CMYK 0.66 0.87 0 0.07
HSL 254.49º 0.85% 0.52% -
HSV(B) 254.49º 0.87% 0.93% -
XYZ 19.06 8.75 80.8 -
YUV 68.55 223.07 136.17 -
System Red Green Blue C M Y K H S L
Decimal 80 30 237 0.66 0.87 0 0.07 254.49 0.85 0.52
Hex 50 1E ED 42 57 0 7 FE 55 34
Octal 120 36 355 102 127 0 7 376 125 64
Binary 1010000 11110 11101101 1000010 1010111 0 111 11111110 1010101 110100

Color Harmonies of #501EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EED

Black with #501EED

Text Example


Text Example

White with #501EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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