#4D094B

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

Shades of Hot Purple #4D094B

Tints of Hot Purple #4D094B

Color information

#4D094B (or 0x4D094B) is unknown color: approx Hot Purple. HEX triplet: 4D, 09 and 4B. RGB value is (77,9,75). Sum of RGB (Red+Green+Blue) = 77+9+75=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D094B is #B2F6B4. Grayscale: #242424. Windows color (decimal): -11728565 or 4917581. OLE color: 4917581.

HSL color Cylindrical-coordinate representation of color #4D094B: hue angle of 301.76º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D094B is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB77975-
CMYK00.880.030.70
HSL301.76º79.07%16.86%-
HSV(B)301.76º88.31%30.2%-
XYZ4.432.286.86-
YUV36.86149.53156.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.83%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=47.83%
G=5.59%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7797500.880.030.70301.7679.0716.86
Hex4D94B05834612e4f11
Octal115111130130310645611721
Binary10011011001100101101011000111000110100101110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,9,75); }

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

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

 a { background-color: rgb(77,9,75); }

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

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

 span { border-color: rgb(77,9,75); }

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