#4B1149

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

Shades of Hot Purple #4B1149

Tints of Hot Purple #4B1149

Color information

#4B1149 (or 0x4B1149) is unknown color: approx Hot Purple. HEX triplet: 4B, 11 and 49. RGB value is (75,17,73). Sum of RGB (Red+Green+Blue) = 75+17+73=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1149 is #B4EEB6. Grayscale: #282828. Windows color (decimal): -11857591 or 4788555. OLE color: 4788555.

HSL color Cylindrical-coordinate representation of color #4B1149: hue angle of 302.07º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1149 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB751773-
CMYK00.770.030.71
HSL302.07º63.04%18.04%-
HSV(B)302.07º77.33%29.41%-
XYZ4.32.386.54-
YUV40.73146.22152.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=45.45%
G=10.30%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75177300.770.030.71302.0763.0418.04
Hex4B114904D34712e3f12
Octal11321111011531074567722
Binary10010111000110010010100110111100011110010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,73); }

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

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

 a { background-color: rgb(75,17,73); }

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

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

 span { border-color: rgb(75,17,73); }

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