#4D1F4B

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

Shades of Hot Purple #4D1F4B

Tints of Hot Purple #4D1F4B

Color information

#4D1F4B (or 0x4D1F4B) is unknown color: approx Hot Purple. HEX triplet: 4D, 1F and 4B. RGB value is (77,31,75). Sum of RGB (Red+Green+Blue) = 77+31+75=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1F4B is #B2E0B4. Grayscale: #313131. Windows color (decimal): -11722933 or 4923213. OLE color: 4923213.

HSL color Cylindrical-coordinate representation of color #4D1F4B: hue angle of 302.61º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D1F4B is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB773175-
CMYK00.600.030.70
HSL302.61º42.59%21.18%-
HSV(B)302.61º59.74%30.2%-
XYZ4.823.076.99-
YUV49.77142.24147.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 75 (29.69% from 255) = 40.98%
R=42.08%
G=16.94%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77317500.600.030.70302.6142.5921.18
Hex4D1F4B03C34612f2b15
Octal1153711307431064575325
Binary1001101111111001011011110011100011010010111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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