#4c175f

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

Shades of Scarlet Gum #4C175F

Tints of Scarlet Gum #4C175F

Color information

#4C175F (or 0x4C175F) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 17 and 5F. RGB value is (76,23,95). Sum of RGB (Red+Green+Blue) = 76+23+95=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C175F is #B3E8A0. Grayscale: #2E2E2E. Windows color (decimal): -11790497 or 6231884. OLE color: 6231884.

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

Color convert

RGB762395-
CMYK0.200.7600.63
HSL284.17º61.02%23.14%-
HSV(B)284.17º75.79%37.25%-
XYZ5.352.9811.12-
YUV47.06155.06148.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=39.18%
G=11.86%
B=48.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7623950.200.7600.63284.1761.0223.14
Hex4C175F144C03F11c3d17
Octal11427137241140774347527
Binary1001100101111011111101001001100011111110001110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c175f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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