#470C61

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

Shades of Scarlet Gum #470C61

Tints of Scarlet Gum #470C61

Color information

#470C61 (or 0x470C61) is unknown color: approx Scarlet Gum. HEX triplet: 47, 0C and 61. RGB value is (71,12,97). Sum of RGB (Red+Green+Blue) = 71+12+97=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #470C61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C61 is #B8F39E. Grayscale: #272727. Windows color (decimal): -12120991 or 6360135. OLE color: 6360135.

HSL color Cylindrical-coordinate representation of color #470C61: hue angle of 281.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470C61 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB711297-
CMYK0.270.8800.62
HSL281.65º77.98%21.37%-
HSV(B)281.65º87.63%38.04%-
XYZ4.892.4711.53-
YUV39.33160.55150.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=39.44%
G=6.67%
B=53.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7112970.270.8800.62281.6577.9821.37
Hex47C611B5803E11a4e15
Octal107141413313007643211625
Binary1000111110011000011101110110000111110100011010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470C61; }

 p { color: rgb(71,12,97); }

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

<style>
 a { background-color: #470C61; }

 a { background-color: rgb(71,12,97); }

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

<style>
 span { border-color: #470C61; }

 span { border-color: rgb(71,12,97); }

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