#4C1455

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

Shades of Hot Purple #4C1455

Tints of Hot Purple #4C1455

Color information

#4C1455 (or 0x4C1455) is unknown color: approx Hot Purple. HEX triplet: 4C, 14 and 55. RGB value is (76,20,85). Sum of RGB (Red+Green+Blue) = 76+20+85=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C1455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1455 is #B3EBAA. Grayscale: #2B2B2B. Windows color (decimal): -11791275 or 5575756. OLE color: 5575756.

HSL color Cylindrical-coordinate representation of color #4C1455: hue angle of 291.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C1455 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB762085-
CMYK0.110.7600.67
HSL291.69º61.9%20.59%-
HSV(B)291.69º76.47%33.33%-
XYZ4.872.698.86-
YUV44.15151.05150.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.99%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=41.99%
G=11.05%
B=46.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7620850.110.7600.67291.6961.920.59
Hex4C1455B4C0431243e15
Octal114241251311401034447625
Binary1001100101001010101101110011000100001110010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,85); }

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

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

 a { background-color: rgb(76,20,85); }

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

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

 span { border-color: rgb(76,20,85); }

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