#4B0EF7

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

Shades of Han Purple #4B0EF7

Tints of Han Purple #4B0EF7

Color information

#4B0EF7 (or 0x4B0EF7) is unknown color: approx Han Purple. HEX triplet: 4B, 0E and F7. RGB value is (75,14,247). Sum of RGB (Red+Green+Blue) = 75+14+247=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 247 (96.88% from 255 or 73.51% from 336); Max value from RGB is 247 - color contains mainly: blue. Hex color #4B0EF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0EF7 is #B4F108. Grayscale: #393939. Windows color (decimal): -11858185 or 16191051. OLE color: 16191051.

HSL color Cylindrical-coordinate representation of color #4B0EF7: hue angle of 255.71º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0EF7 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7514247-
CMYK0.700.9400.03
HSL255.71º93.57%51.18%-
HSV(B)255.71º94.33%96.86%-
XYZ19.858.5388.6-
YUV58.8234.21139.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 14 (5.86% from 255) = 4.17%
BLUE value IS 247 (96.88% from 255) = 73.51%
R=22.32%
G=4.17%
B=73.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal75142470.700.9400.03255.7193.5751.18
Hex4BEF7465E031005e33
Octal113163671061360340013663
Binary1001011111011110111100011010111100111000000001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,14,247); }

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

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

 a { background-color: rgb(75,14,247); }

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

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

 span { border-color: rgb(75,14,247); }

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