Html Css Color HEX #501CEC Han Purple

📋 copy color: '#501CEC'

red 80 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #501CEC

Tints of Han Purple #501CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.6%

R = 23.26%
G = 8.14%
B = 68.6%

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

#501CEC (or 0x501CEC) is known color: Han Purple. HEX triplet: 50, 1C and EC. RGB value is (80,28,236). Sum of RGB (Red+Green+Blue) = 80+28+236=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #501CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CEC is #AFE313. Grayscale: #424242. Windows color (decimal): -11526932 or 15473744. OLE color: 15473744.

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

Color convert

RGB 80 28 236 -
CMYK 0.66 0.88 0 0.07
HSL 255º 0.85% 0.52% -
HSV(B) 255º 0.88% 0.93% -
XYZ 18.86 8.59 80.02 -
YUV 67.26 223.23 137.09 -
System Red Green Blue C M Y K H S L
Decimal 80 28 236 0.66 0.88 0 0.07 255 0.85 0.52
Hex 50 1C EC 42 58 0 7 FF 55 34
Octal 120 34 354 102 130 0 7 377 125 64
Binary 1010000 11100 11101100 1000010 1011000 0 111 11111111 1010101 110100

Color Harmonies of #501CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CEC

Black with #501CEC

Text Example


Text Example

White with #501CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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