#4D0DEB

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

Shades of Han Purple #4D0DEB

Tints of Han Purple #4D0DEB

Color information

#4D0DEB (or 0x4D0DEB) is unknown color: approx Han Purple. HEX triplet: 4D, 0D and EB. RGB value is (77,13,235). Sum of RGB (Red+Green+Blue) = 77+13+235=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D0DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D0DEB is #B2F214. Grayscale: #383838. Windows color (decimal): -11727381 or 15404365. OLE color: 15404365.

HSL color Cylindrical-coordinate representation of color #4D0DEB: hue angle of 257.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0DEB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7713235-
CMYK0.670.9400.08
HSL257.3º89.52%48.63%-
HSV(B)257.3º94.47%92.16%-
XYZ18.27.8679.16-
YUV57.44228.2141.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.69%
GREEN value IS 13 (5.47% from 255) = 4%
BLUE value IS 235 (92.19% from 255) = 72.31%
R=23.69%
G=4%
B=72.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77132350.670.9400.08257.389.5248.63
Hex4DDEB435E081015a31
Octal1151535310313601040113261
Binary100110111011110101110000111011110010001000000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,13,235); }

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

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

 a { background-color: rgb(77,13,235); }

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

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

 span { border-color: rgb(77,13,235); }

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