#4B1349

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

Shades of Hot Purple #4B1349

Tints of Hot Purple #4B1349

Color information

#4B1349 (or 0x4B1349) is unknown color: approx Hot Purple. HEX triplet: 4B, 13 and 49. RGB value is (75,19,73). Sum of RGB (Red+Green+Blue) = 75+19+73=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1349 is #B4ECB6. Grayscale: #292929. Windows color (decimal): -11857079 or 4789067. OLE color: 4789067.

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

Color convert

RGB751973-
CMYK00.750.030.71
HSL302.14º59.57%18.43%-
HSV(B)302.14º74.67%29.41%-
XYZ4.342.446.55-
YUV41.9145.55151.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=44.91%
G=11.38%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75197300.750.030.71302.1459.5718.43
Hex4B134904B34712e3c12
Octal11323111011331074567422
Binary10010111001110010010100101111100011110010111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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