#4D1A4B

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

Shades of Hot Purple #4D1A4B

Tints of Hot Purple #4D1A4B

Color information

#4D1A4B (or 0x4D1A4B) is unknown color: approx Hot Purple. HEX triplet: 4D, 1A and 4B. RGB value is (77,26,75). Sum of RGB (Red+Green+Blue) = 77+26+75=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A4B is #B2E5B4. Grayscale: #2E2E2E. Windows color (decimal): -11724213 or 4921933. OLE color: 4921933.

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

Color convert

RGB772675-
CMYK00.660.030.70
HSL302.35º49.51%20.2%-
HSV(B)302.35º66.23%30.2%-
XYZ4.72.826.95-
YUV46.83143.9149.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.26%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=43.26%
G=14.61%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77267500.660.030.70302.3549.5120.2
Hex4D1A4B04234612e3214
Octal11532113010231064566224
Binary10011011101010010110100001011100011010010111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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