#4B344F

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

Shades of Hot Purple #4B344F

Tints of Hot Purple #4B344F

Color information

#4B344F (or 0x4B344F) is unknown color: approx Hot Purple. HEX triplet: 4B, 34 and 4F. RGB value is (75,52,79). Sum of RGB (Red+Green+Blue) = 75+52+79=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B344F is #B4CBB0. Grayscale: #3D3D3D. Windows color (decimal): -11848625 or 5190731. OLE color: 5190731.

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

Color convert

RGB755279-
CMYK0.050.3400.69
HSL291.11º20.61%25.69%-
HSV(B)291.11º34.18%30.98%-
XYZ5.544.527.98-
YUV61.96137.62137.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=36.41%
G=25.24%
B=38.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7552790.050.3400.69291.1120.6125.69
Hex4B344F522045123151a
Octal1136411754201054432532
Binary10010111101001001111101100010010001011001000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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