#4B05DE

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

Shades of Han Purple #4B05DE

Tints of Han Purple #4B05DE

Color information

#4B05DE (or 0x4B05DE) is unknown color: approx Han Purple. HEX triplet: 4B, 05 and DE. RGB value is (75,5,222). Sum of RGB (Red+Green+Blue) = 75+5+222=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B05DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B05DE is #B4FA21. Grayscale: #313131. Windows color (decimal): -11860514 or 14550347. OLE color: 14550347.

HSL color Cylindrical-coordinate representation of color #4B05DE: hue angle of 259.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B05DE is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB755222-
CMYK0.660.9800.13
HSL259.35º95.59%44.51%-
HSV(B)259.35º97.75%87.06%-
XYZ16.146.8869.58-
YUV50.67224.69145.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 222 (87.11% from 255) = 73.51%
R=24.83%
G=1.66%
B=73.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7552220.660.9800.13259.3595.5944.51
Hex4B5DE42620D103602d
Octal113533610214201540314055
Binary10010111011101111010000101100010011011000000111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B05DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,222); }

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

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

 a { background-color: rgb(75,5,222); }

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

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

 span { border-color: rgb(75,5,222); }

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