#4B11E1

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

Shades of Han Purple #4B11E1

Tints of Han Purple #4B11E1

Color information

#4B11E1 (or 0x4B11E1) is unknown color: approx Han Purple. HEX triplet: 4B, 11 and E1. RGB value is (75,17,225). Sum of RGB (Red+Green+Blue) = 75+17+225=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B11E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B11E1 is #B4EE1E. Grayscale: #393939. Windows color (decimal): -11857439 or 14750027. OLE color: 14750027.

HSL color Cylindrical-coordinate representation of color #4B11E1: hue angle of 256.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B11E1 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7517225-
CMYK0.670.9200.12
HSL256.73º85.95%47.45%-
HSV(B)256.73º92.44%88.24%-
XYZ16.697.3371.77-
YUV58.05222.22140.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 225 (88.28% from 255) = 70.98%
R=23.66%
G=5.36%
B=70.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75172250.670.9200.12256.7385.9547.45
Hex4B11E1435C0C101562f
Octal1132134110313401440112657
Binary1001011100011110000110000111011100011001000000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B11E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,225); }

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

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

 a { background-color: rgb(75,17,225); }

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

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

 span { border-color: rgb(75,17,225); }

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