Html Css Color HEX #4C0EF1 Han Purple

📋 copy color: '#4C0EF1'

red 76 ◦ green 14 ◦ blue 241

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

Shades of Han Purple #4C0EF1

Tints of Han Purple #4C0EF1

RGB

 RED value IS 76 (30.08% from 255) = 22.96%

 GREEN value IS 14 (5.86% from 255) = 4.23%

 BLUE value IS 241 (94.53% from 255) = 72.81%

R = 22.96%
G = 4.23%
B = 72.81%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C0EF1 (or 0x4C0EF1) is known color: Han Purple. HEX triplet: 4C, 0E and F1. RGB value is (76,14,241). Sum of RGB (Red+Green+Blue) = 76+14+241=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C0EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EF1 is #B3F10E. Grayscale: #393939. Windows color (decimal): -11792655 or 15797836. OLE color: 15797836.

HSL color Cylindrical-coordinate representation of color #4C0EF1: hue angle of 256.39º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0EF1 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 14 241 -
CMYK 0.68 0.94 0 0.05
HSL 256.39º 0.89% 0.5% -
HSV(B) 256.39º 0.94% 0.95% -
XYZ 19.01 8.2 83.8 -
YUV 58.42 231.04 140.54 -
System Red Green Blue C M Y K H S L
Decimal 76 14 241 0.68 0.94 0 0.05 256.39 0.89 0.5
Hex 4C E F1 44 5E 0 5 100 59 32
Octal 114 16 361 104 136 0 5 400 131 62
Binary 1001100 1110 11110001 1000100 1011110 0 101 100000000 1011001 110010

Color Harmonies of #4C0EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0EF1

Black with #4C0EF1

Text Example


Text Example

White with #4C0EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0EF1; }

 p { color: rgb(76,14,241); }

 H1.HeaderClassName
 {
   color: #4C0EF1;
 }
 .AnyTagClassName
 {
   color: #4C0EF1;
 }
</style>

background-color css

<style>
 a { background-color: #4C0EF1; }

 a { background-color: rgb(76,14,241); }

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

border-color css

<style>
 span { border-color: #4C0EF1; }

 span { border-color: rgb(76,14,241); }

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