#4C145F

Color #4C145F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4C145F

Tints of Scarlet Gum #4C145F

Color information

#4C145F (or 0x4C145F) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 14 and 5F. RGB value is (76,20,95). Sum of RGB (Red+Green+Blue) = 76+20+95=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C145F is #B3EBA0. Grayscale: #2D2D2D. Windows color (decimal): -11791265 or 6231116. OLE color: 6231116.

HSL color Cylindrical-coordinate representation of color #4C145F: hue angle of 284.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C145F is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB762095-
CMYK0.200.7900.63
HSL284.8º65.22%22.55%-
HSV(B)284.8º78.95%37.25%-
XYZ5.32.8611.1-
YUV45.29156.05149.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.79%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 95 (37.5% from 255) = 49.74%
R=39.79%
G=10.47%
B=49.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7620950.200.7900.63284.865.2222.55
Hex4C145F144F03F11d4117
Octal114241372411707743510127
Binary10011001010010111111010010011110111111100011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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