Html Css Color HEX #501EEE Han Purple

📋 copy color: '#501EEE'

red 80 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #501EEE

Tints of Han Purple #501EEE

RGB

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

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

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

R = 22.99%
G = 8.62%
B = 68.39%

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

#501EEE (or 0x501EEE) is known color: Han Purple. HEX triplet: 50, 1E and EE. RGB value is (80,30,238). Sum of RGB (Red+Green+Blue) = 80+30+238=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #501EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EEE is #AFE111. Grayscale: #434343. Windows color (decimal): -11526418 or 15605328. OLE color: 15605328.

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

Color convert

RGB 80 30 238 -
CMYK 0.66 0.87 0 0.07
HSL 254.42º 0.86% 0.53% -
HSV(B) 254.42º 0.87% 0.93% -
XYZ 19.21 8.81 81.58 -
YUV 68.66 223.57 136.09 -
System Red Green Blue C M Y K H S L
Decimal 80 30 238 0.66 0.87 0 0.07 254.42 0.86 0.53
Hex 50 1E EE 42 57 0 7 FE 56 35
Octal 120 36 356 102 127 0 7 376 126 65
Binary 1010000 11110 11101110 1000010 1010111 0 111 11111110 1010110 110101

Color Harmonies of #501EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501EEE

Black with #501EEE

Text Example


Text Example

White with #501EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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