#4B06FE

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

Shades of Han Purple #4B06FE

Tints of Han Purple #4B06FE

Color information

#4B06FE (or 0x4B06FE) is unknown color: approx Han Purple. HEX triplet: 4B, 06 and FE. RGB value is (75,6,254). Sum of RGB (Red+Green+Blue) = 75+6+254=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B06FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B06FE is #B4F901. Grayscale: #353535. Windows color (decimal): -11860226 or 16647755. OLE color: 16647755.

HSL color Cylindrical-coordinate representation of color #4B06FE: hue angle of 256.69º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B06FE is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB756254-
CMYK0.700.9800.00
HSL256.69º99.2%50.98%-
HSV(B)256.69º97.64%99.61%-
XYZ20.868.7894.36-
YUV54.9240.36142.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.39%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 254 (99.61% from 255) = 75.82%
R=22.39%
G=1.79%
B=75.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7562540.700.9800.00256.6999.250.98
Hex4B6FE4662001016333
Octal11363761061420040114363
Binary10010111101111111010001101100010001000000011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B06FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,6,254); }

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

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

 a { background-color: rgb(75,6,254); }

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

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

 span { border-color: rgb(75,6,254); }

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