#4C2350

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

Shades of Hot Purple #4C2350

Tints of Hot Purple #4C2350

Color information

#4C2350 (or 0x4C2350) is unknown color: approx Hot Purple. HEX triplet: 4C, 23 and 50. RGB value is (76,35,80). Sum of RGB (Red+Green+Blue) = 76+35+80=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C2350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2350 is #B3DCAF. Grayscale: #343434. Windows color (decimal): -11787440 or 5251916. OLE color: 5251916.

HSL color Cylindrical-coordinate representation of color #4C2350: hue angle of 294.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C2350 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB763580-
CMYK0.050.5600.69
HSL294.67º39.13%22.55%-
HSV(B)294.67º56.25%31.37%-
XYZ5.033.327.96-
YUV52.39143.58144.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=39.79%
G=18.32%
B=41.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7635800.050.5600.69294.6739.1322.55
Hex4C23505380451272717
Octal1144312057001054474727
Binary100110010001110100001011110000100010110010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,80); }

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

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

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

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

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

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

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