#4B164F

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

Shades of Hot Purple #4B164F

Tints of Hot Purple #4B164F

Color information

#4B164F (or 0x4B164F) is unknown color: approx Hot Purple. HEX triplet: 4B, 16 and 4F. RGB value is (75,22,79). Sum of RGB (Red+Green+Blue) = 75+22+79=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B164F is #B4E9B0. Grayscale: #2C2C2C. Windows color (decimal): -11856305 or 5183051. OLE color: 5183051.

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

Color convert

RGB752279-
CMYK0.050.7200.69
HSL295.79º56.44%19.8%-
HSV(B)295.79º72.15%30.98%-
XYZ4.62.637.66-
YUV44.34147.56149.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.61%
GREEN value IS 22 (8.98% from 255) = 12.5%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=42.61%
G=12.5%
B=44.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7522790.050.7200.69295.7956.4419.8
Hex4B164F5480451283814
Octal11326117511001054507024
Binary100101110110100111110110010000100010110010100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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