#4C294F

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

Shades of Hot Purple #4C294F

Tints of Hot Purple #4C294F

Color information

#4C294F (or 0x4C294F) is unknown color: approx Hot Purple. HEX triplet: 4C, 29 and 4F. RGB value is (76,41,79). Sum of RGB (Red+Green+Blue) = 76+41+79=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C294F is #B3D6B0. Grayscale: #373737. Windows color (decimal): -11785905 or 5187916. OLE color: 5187916.

HSL color Cylindrical-coordinate representation of color #4C294F: hue angle of 295.26º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C294F is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB764179-
CMYK0.040.4800.69
HSL295.26º31.67%23.53%-
HSV(B)295.26º48.1%30.98%-
XYZ5.183.697.84-
YUV55.8141.1142.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=38.78%
G=20.92%
B=40.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7641790.040.4800.69295.2631.6723.53
Hex4C294F4300451272018
Octal1145111746001054474030
Binary100110010100110011111001100000100010110010011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,41,79); }

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

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

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

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

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

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

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