#4c104c

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

Shades of Hot Purple #4C104C

Tints of Hot Purple #4C104C

Color information

#4C104C (or 0x4C104C) is unknown color: approx Hot Purple. HEX triplet: 4C, 10 and 4C. RGB value is (76,16,76). Sum of RGB (Red+Green+Blue) = 76+16+76=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C104C is #B3EFB3. Grayscale: #282828. Windows color (decimal): -11792308 or 4984908. OLE color: 4984908.

HSL color Cylindrical-coordinate representation of color #4C104C: hue angle of 300º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C104C is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB761676-
CMYK00.7900.70
HSL300º65.22%18.04%-
HSV(B)300º78.95%29.8%-
XYZ4.472.437.07-
YUV40.78147.88153.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.24%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=45.24%
G=9.52%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76167600.7900.7030065.2218.04
Hex4C104C04F04612c4112
Octal114201140117010645410122
Binary10011001000010011000100111101000110100101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c104c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,16,76); }

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

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

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

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

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

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

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