#4C2750

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

Shades of Hot Purple #4C2750

Tints of Hot Purple #4C2750

Color information

#4C2750 (or 0x4C2750) is unknown color: approx Hot Purple. HEX triplet: 4C, 27 and 50. RGB value is (76,39,80). Sum of RGB (Red+Green+Blue) = 76+39+80=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C2750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2750 is #B3D8AF. Grayscale: #363636. Windows color (decimal): -11786416 or 5252940. OLE color: 5252940.

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

Color convert

RGB763980-
CMYK0.050.5100.69
HSL294.15º34.45%23.33%-
HSV(B)294.15º51.25%31.37%-
XYZ5.153.578.01-
YUV54.74142.26143.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=38.97%
G=20%
B=41.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7639800.050.5100.69294.1534.4523.33
Hex4C27505330451262217
Octal1144712056301054464227
Binary100110010011110100001011100110100010110010011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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