#4C13F1

Color #4C13F1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4C13F1

Tints of Han Purple #4C13F1

Color information

#4C13F1 (or 0x4C13F1) is unknown color: approx Han Purple. HEX triplet: 4C, 13 and F1. RGB value is (76,19,241). Sum of RGB (Red+Green+Blue) = 76+19+241=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C13F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C13F1 is #B3EC0E. Grayscale: #3C3C3C. Windows color (decimal): -11791375 or 15799116. OLE color: 15799116.

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

Color convert

RGB7619241-
CMYK0.680.9200.05
HSL255.41º88.8%50.98%-
HSV(B)255.41º92.12%94.51%-
XYZ19.098.3583.83-
YUV61.35229.38138.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 19 (7.81% from 255) = 5.65%
BLUE value IS 241 (94.53% from 255) = 71.73%
R=22.62%
G=5.65%
B=71.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal76192410.680.9200.05255.4188.850.98
Hex4C13F1445C05ff5933
Octal114233611041340537713163
Binary10011001001111110001100010010111000101111111111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C13F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C13F1;
 }
 .AnyTagClassName
 {
   color: #4C13F1;
 }
</style>
background-color css

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

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

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

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

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

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