#4B2155

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

Shades of Hot Purple #4B2155

Tints of Hot Purple #4B2155

Color information

#4B2155 (or 0x4B2155) is unknown color: approx Hot Purple. HEX triplet: 4B, 21 and 55. RGB value is (75,33,85). Sum of RGB (Red+Green+Blue) = 75+33+85=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B2155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2155 is #B4DEAA. Grayscale: #333333. Windows color (decimal): -11853483 or 5579083. OLE color: 5579083.

HSL color Cylindrical-coordinate representation of color #4B2155: hue angle of 288.46º 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 #4B2155 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB753385-
CMYK0.120.6100.67
HSL288.46º44.07%23.14%-
HSV(B)288.46º61.18%33.33%-
XYZ5.093.248.95-
YUV51.49146.91144.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=38.86%
G=17.10%
B=44.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7533850.120.6100.67288.4644.0723.14
Hex4B2155C3D0431202c17
Octal11341125147501034405427
Binary1001011100001101010111001111010100001110010000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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