#4B0957

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

Shades of Hot Purple #4B0957

Tints of Hot Purple #4B0957

Color information

#4B0957 (or 0x4B0957) is unknown color: approx Hot Purple. HEX triplet: 4B, 09 and 57. RGB value is (75,9,87). Sum of RGB (Red+Green+Blue) = 75+9+87=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B0957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0957 is #B4F6A8. Grayscale: #252525. Windows color (decimal): -11859625 or 5704011. OLE color: 5704011.

HSL color Cylindrical-coordinate representation of color #4B0957: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0957 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB75987-
CMYK0.140.9000.66
HSL290.77º81.25%18.82%-
HSV(B)290.77º89.66%34.12%-
XYZ4.722.389.23-
YUV37.63155.87154.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=43.86%
G=5.26%
B=50.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal759870.140.9000.66290.7781.2518.82
Hex4B957E5A0421235113
Octal1131112716132010244312123
Binary1001011100110101111110101101001000010100100011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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