#4C0851

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

Shades of Hot Purple #4C0851

Tints of Hot Purple #4C0851

Color information

#4C0851 (or 0x4C0851) is unknown color: approx Hot Purple. HEX triplet: 4C, 08 and 51. RGB value is (76,8,81). Sum of RGB (Red+Green+Blue) = 76+8+81=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0851 is #B3F7AE. Grayscale: #242424. Windows color (decimal): -11794351 or 5310540. OLE color: 5310540.

HSL color Cylindrical-coordinate representation of color #4C0851: hue angle of 295.89º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C0851 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB76881-
CMYK0.060.9000.68
HSL295.89º82.02%17.45%-
HSV(B)295.89º90.12%31.76%-
XYZ4.552.37.99-
YUV36.65153.03156.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.06%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=46.06%
G=4.85%
B=49.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal768810.060.9000.68295.8982.0217.45
Hex4C85165A0441285211
Octal114101216132010445012221
Binary100110010001010001110101101001000100100101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,8,81); }

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

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

 a { background-color: rgb(76,8,81); }

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

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

 span { border-color: rgb(76,8,81); }

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