#4B324F

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

Shades of Hot Purple #4B324F

Tints of Hot Purple #4B324F

Color information

#4B324F (or 0x4B324F) is unknown color: approx Hot Purple. HEX triplet: 4B, 32 and 4F. RGB value is (75,50,79). Sum of RGB (Red+Green+Blue) = 75+50+79=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B324F is #B4CDB0. Grayscale: #3C3C3C. Windows color (decimal): -11849137 or 5190219. OLE color: 5190219.

HSL color Cylindrical-coordinate representation of color #4B324F: hue angle of 291.72º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B324F is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB755079-
CMYK0.050.3700.69
HSL291.72º22.48%25.29%-
HSV(B)291.72º36.71%30.98%-
XYZ5.454.347.95-
YUV60.78138.28138.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 79 (31.25% from 255) = 38.73%
R=36.76%
G=24.51%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7550790.050.3700.69291.7222.4825.29
Hex4B324F5250451241619
Octal1136211754501054442631
Binary10010111100101001111101100101010001011001001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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