Html Css Color HEX #501CE6 Han Purple

📋 copy color: '#501CE6'

red 80 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #501CE6

Tints of Han Purple #501CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.05%

R = 23.67%
G = 8.28%
B = 68.05%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#501CE6 (or 0x501CE6) is known color: Han Purple. HEX triplet: 50, 1C and E6. RGB value is (80,28,230). Sum of RGB (Red+Green+Blue) = 80+28+230=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #501CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CE6 is #AFE319. Grayscale: #414141. Windows color (decimal): -11526938 or 15080528. OLE color: 15080528.

HSL color Cylindrical-coordinate representation of color #501CE6: hue angle of 255.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CE6 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 28 230 -
CMYK 0.65 0.88 0 0.10
HSL 255.45º 0.8% 0.51% -
HSV(B) 255.45º 0.88% 0.9% -
XYZ 18.01 8.25 75.51 -
YUV 66.58 220.23 137.57 -
System Red Green Blue C M Y K H S L
Decimal 80 28 230 0.65 0.88 0 0.10 255.45 0.8 0.51
Hex 50 1C E6 41 58 0 A FF 50 33
Octal 120 34 346 101 130 0 12 377 120 63
Binary 1010000 11100 11100110 1000001 1011000 0 1010 11111111 1010000 110011

Color Harmonies of #501CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CE6

Black with #501CE6

Text Example


Text Example

White with #501CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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