#4D2155

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

Shades of Hot Purple #4D2155

Tints of Hot Purple #4D2155

Color information

#4D2155 (or 0x4D2155) is unknown color: approx Hot Purple. HEX triplet: 4D, 21 and 55. RGB value is (77,33,85). Sum of RGB (Red+Green+Blue) = 77+33+85=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D2155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2155 is #B2DEAA. Grayscale: #333333. Windows color (decimal): -11722411 or 5579085. OLE color: 5579085.

HSL color Cylindrical-coordinate representation of color #4D2155: hue angle of 290.77º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D2155 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB773385-
CMYK0.090.6100.67
HSL290.77º44.07%23.14%-
HSV(B)290.77º61.18%33.33%-
XYZ5.243.328.96-
YUV52.08146.58145.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.49%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=39.49%
G=16.92%
B=43.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7733850.090.6100.67290.7744.0723.14
Hex4D215593D0431232c17
Octal11541125117501034435427
Binary1001101100001101010110011111010100001110010001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,85); }

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

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

 a { background-color: rgb(77,33,85); }

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

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

 span { border-color: rgb(77,33,85); }

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