#470158

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

Shades of Scarlet Gum #470158

Tints of Scarlet Gum #470158

Color information

#470158 (or 0x470158) is unknown color: approx Scarlet Gum. HEX triplet: 47, 01 and 58. RGB value is (71,1,88). Sum of RGB (Red+Green+Blue) = 71+1+88=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #470158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470158 is #B8FEA7. Grayscale: #1F1F1F. Windows color (decimal): -12123816 or 5767495. OLE color: 5767495.

HSL color Cylindrical-coordinate representation of color #470158: hue angle of 288.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470158 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB71188-
CMYK0.190.9900.65
HSL288.28º97.75%17.45%-
HSV(B)288.28º98.86%34.51%-
XYZ4.372.079.4-
YUV31.85159.69155.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 88 (34.77% from 255) = 55%
R=44.38%
G=0.62%
B=55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal711880.190.9900.65288.2897.7517.45
Hex4715813630411206211
Octal107113023143010144014221
Binary10001111101100010011110001101000001100100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470158; }

 p { color: rgb(71,1,88); }

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

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

 a { background-color: rgb(71,1,88); }

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

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

 span { border-color: rgb(71,1,88); }

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