#4D0C4B

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

Shades of Hot Purple #4D0C4B

Tints of Hot Purple #4D0C4B

Color information

#4D0C4B (or 0x4D0C4B) is unknown color: approx Hot Purple. HEX triplet: 4D, 0C and 4B. RGB value is (77,12,75). Sum of RGB (Red+Green+Blue) = 77+12+75=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C4B is #B2F3B4. Grayscale: #262626. Windows color (decimal): -11727797 or 4918349. OLE color: 4918349.

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

Color convert

RGB771275-
CMYK00.840.030.70
HSL301.85º73.03%17.45%-
HSV(B)301.85º84.42%30.2%-
XYZ4.462.356.87-
YUV38.62148.53155.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.95%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=46.95%
G=7.32%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77127500.840.030.70301.8573.0317.45
Hex4DC4B05434612e4911
Octal115141130124310645611121
Binary10011011100100101101010100111000110100101110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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