#4B0FE1

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

Shades of Han Purple #4B0FE1

Tints of Han Purple #4B0FE1

Color information

#4B0FE1 (or 0x4B0FE1) is unknown color: approx Han Purple. HEX triplet: 4B, 0F and E1. RGB value is (75,15,225). Sum of RGB (Red+Green+Blue) = 75+15+225=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 225 (88.28% from 255 or 71.43% from 315); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B0FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FE1 is #B4F01E. Grayscale: #383838. Windows color (decimal): -11857951 or 14749515. OLE color: 14749515.

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

Color convert

RGB7515225-
CMYK0.670.9300.12
HSL257.14º87.5%47.06%-
HSV(B)257.14º93.33%88.24%-
XYZ16.667.2771.76-
YUV56.88222.88140.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 225 (88.28% from 255) = 71.43%
R=23.81%
G=4.76%
B=71.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75152250.670.9300.12257.1487.547.06
Hex4BFE1435D0C101582f
Octal1131734110313501440113057
Binary100101111111110000110000111011101011001000000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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