#4C0551

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

Shades of Hot Purple #4C0551

Tints of Hot Purple #4C0551

Color information

#4C0551 (or 0x4C0551) is unknown color: approx Hot Purple. HEX triplet: 4C, 05 and 51. RGB value is (76,5,81). Sum of RGB (Red+Green+Blue) = 76+5+81=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0551 is #B3FAAE. Grayscale: #222222. Windows color (decimal): -11795119 or 5309772. OLE color: 5309772.

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

Color convert

RGB76581-
CMYK0.060.9400.68
HSL296.05º88.37%16.86%-
HSV(B)296.05º93.83%31.76%-
XYZ4.522.247.98-
YUV34.89154.02157.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.91%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 81 (32.03% from 255) = 50%
R=46.91%
G=3.09%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal765810.060.9400.68296.0588.3716.86
Hex4C55165E0441285811
Octal11451216136010445013021
Binary10011001011010001110101111001000100100101000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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