#4B054C

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

Shades of Hot Purple #4B054C

Tints of Hot Purple #4B054C

Color information

#4B054C (or 0x4B054C) is unknown color: approx Hot Purple. HEX triplet: 4B, 05 and 4C. RGB value is (75,5,76). Sum of RGB (Red+Green+Blue) = 75+5+76=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B054C is #B4FAB3. Grayscale: #212121. Windows color (decimal): -11860660 or 4982091. OLE color: 4982091.

HSL color Cylindrical-coordinate representation of color #4B054C: hue angle of 299.15º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B054C is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB75576-
CMYK0.010.9300.70
HSL299.15º87.65%15.88%-
HSV(B)299.15º93.42%29.8%-
XYZ4.262.137.02-
YUV34.02151.69157.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=48.08%
G=3.21%
B=48.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal755760.010.9300.70299.1587.6515.88
Hex4B54C15D04612b5810
Octal11351141135010645313020
Binary100101110110011001101110101000110100101011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,76); }

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

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

 a { background-color: rgb(75,5,76); }

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

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

 span { border-color: rgb(75,5,76); }

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