#4B0EDF

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

Shades of Han Purple #4B0EDF

Tints of Han Purple #4B0EDF

Color information

#4B0EDF (or 0x4B0EDF) is unknown color: approx Han Purple. HEX triplet: 4B, 0E and DF. RGB value is (75,14,223). Sum of RGB (Red+Green+Blue) = 75+14+223=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B0EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0EDF is #B4F120. Grayscale: #373737. Windows color (decimal): -11858209 or 14618187. OLE color: 14618187.

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

Color convert

RGB7514223-
CMYK0.660.9400.13
HSL257.51º88.19%46.47%-
HSV(B)257.51º93.72%87.45%-
XYZ16.387.1470.33-
YUV56.06222.21141.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 223 (87.5% from 255) = 71.47%
R=24.04%
G=4.49%
B=71.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75142230.660.9400.13257.5188.1946.47
Hex4BEDF425E0D102582e
Octal1131633710213601540213056
Binary100101111101101111110000101011110011011000000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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