#4B1557

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

Shades of Hot Purple #4B1557

Tints of Hot Purple #4B1557

Color information

#4B1557 (or 0x4B1557) is unknown color: approx Hot Purple. HEX triplet: 4B, 15 and 57. RGB value is (75,21,87). Sum of RGB (Red+Green+Blue) = 75+21+87=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B1557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1557 is #B4EAA8. Grayscale: #2C2C2C. Windows color (decimal): -11856553 or 5707083. OLE color: 5707083.

HSL color Cylindrical-coordinate representation of color #4B1557: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1557 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB752187-
CMYK0.140.7600.66
HSL289.09º61.11%21.18%-
HSV(B)289.09º75.86%34.12%-
XYZ4.892.729.28-
YUV44.67151.89149.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=40.98%
G=11.48%
B=47.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7521870.140.7600.66289.0961.1121.18
Hex4B1557E4C0421213d15
Octal113251271611401024417525
Binary1001011101011010111111010011000100001010010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,21,87); }

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

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

 a { background-color: rgb(75,21,87); }

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

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

 span { border-color: rgb(75,21,87); }

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