Html Css Color HEX #501CEE Han Purple

📋 copy color: '#501CEE'

red 80 ◦ green 28 ◦ blue 238

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

Shades of Han Purple #501CEE

Tints of Han Purple #501CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 23.12%
G = 8.09%
B = 68.79%

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

#501CEE (or 0x501CEE) is known color: Han Purple. HEX triplet: 50, 1C and EE. RGB value is (80,28,238). Sum of RGB (Red+Green+Blue) = 80+28+238=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #501CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CEE is #AFE311. Grayscale: #424242. Windows color (decimal): -11526930 or 15604816. OLE color: 15604816.

HSL color Cylindrical-coordinate representation of color #501CEE: hue angle of 254.86º 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 #501CEE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 28 238 -
CMYK 0.66 0.88 0 0.07
HSL 254.86º 0.86% 0.52% -
HSV(B) 254.86º 0.88% 0.93% -
XYZ 19.16 8.71 81.56 -
YUV 67.49 224.23 136.92 -
System Red Green Blue C M Y K H S L
Decimal 80 28 238 0.66 0.88 0 0.07 254.86 0.86 0.52
Hex 50 1C EE 42 58 0 7 FF 56 34
Octal 120 34 356 102 130 0 7 377 126 64
Binary 1010000 11100 11101110 1000010 1011000 0 111 11111111 1010110 110100

Color Harmonies of #501CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CEE

Black with #501CEE

Text Example


Text Example

White with #501CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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