#4B324D

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

Shades of Hot Purple #4B324D

Tints of Hot Purple #4B324D

Color information

#4B324D (or 0x4B324D) is unknown color: approx Hot Purple. HEX triplet: 4B, 32 and 4D. RGB value is (75,50,77). Sum of RGB (Red+Green+Blue) = 75+50+77=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B324D is #B4CDB2. Grayscale: #3C3C3C. Windows color (decimal): -11849139 or 5059147. OLE color: 5059147.

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

Color convert

RGB755077-
CMYK0.030.3500.70
HSL295.56º21.26%24.9%-
HSV(B)295.56º35.06%30.2%-
XYZ5.384.317.57-
YUV60.55137.28138.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=37.13%
G=24.75%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7550770.030.3500.70295.5621.2624.9
Hex4B324D3230461281519
Octal1136211534301064502531
Binary1001011110010100110111100011010001101001010001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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