#4C144B

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

Shades of Hot Purple #4C144B

Tints of Hot Purple #4C144B

Color information

#4C144B (or 0x4C144B) is unknown color: approx Hot Purple. HEX triplet: 4C, 14 and 4B. RGB value is (76,20,75). Sum of RGB (Red+Green+Blue) = 76+20+75=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C144B is #B3EBB4. Grayscale: #2A2A2A. Windows color (decimal): -11791285 or 4920396. OLE color: 4920396.

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

Color convert

RGB762075-
CMYK00.740.010.70
HSL301.07º58.33%18.82%-
HSV(B)301.07º73.68%29.8%-
XYZ4.52.546.91-
YUV43.01146.05151.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=44.44%
G=11.70%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76207500.740.010.70301.0758.3318.82
Hex4C144B04A14612d3a13
Octal11424113011211064557223
Binary1001100101001001011010010101100011010010110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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