#4D224B

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

Shades of Hot Purple #4D224B

Tints of Hot Purple #4D224B

Color information

#4D224B (or 0x4D224B) is unknown color: approx Hot Purple. HEX triplet: 4D, 22 and 4B. RGB value is (77,34,75). Sum of RGB (Red+Green+Blue) = 77+34+75=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D224B is #B2DDB4. Grayscale: #333333. Windows color (decimal): -11722165 or 4923981. OLE color: 4923981.

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

Color convert

RGB773475-
CMYK00.560.030.70
HSL302.79º38.74%21.76%-
HSV(B)302.79º55.84%30.2%-
XYZ4.93.237.02-
YUV51.53141.25146.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=41.40%
G=18.28%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77347500.560.030.70302.7938.7421.76
Hex4D224B03834612f2716
Octal1154211307031064574726
Binary10011011000101001011011100011100011010010111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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