#4D0953

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

Shades of Hot Purple #4D0953

Tints of Hot Purple #4D0953

Color information

#4D0953 (or 0x4D0953) is unknown color: approx Hot Purple. HEX triplet: 4D, 09 and 53. RGB value is (77,9,83). Sum of RGB (Red+Green+Blue) = 77+9+83=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D0953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0953 is #B2F6AC. Grayscale: #252525. Windows color (decimal): -11728557 or 5441869. OLE color: 5441869.

HSL color Cylindrical-coordinate representation of color #4D0953: hue angle of 295.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D0953 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB77983-
CMYK0.070.8900.67
HSL295.14º80.43%18.04%-
HSV(B)295.14º89.16%32.55%-
XYZ4.722.48.4-
YUV37.77153.53155.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.56%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=45.56%
G=5.33%
B=49.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal779830.070.8900.67295.1480.4318.04
Hex4D9537590431275012
Octal115111237131010344712022
Binary100110110011010011111101100101000011100100111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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