Html Css Color HEX #470C58 Scarlet Gum

📋 copy color: '#470C58'

red 71 ◦ green 12 ◦ blue 88

#470C58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #470C58

Tints of Scarlet Gum #470C58

RGB

 RED value IS 71 (28.13% from 255) = 41.52%

 GREEN value IS 12 (5.08% from 255) = 7.02%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 41.52%
G = 7.02%
B = 51.46%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#470C58 (or 0x470C58) is known color: Scarlet Gum. HEX triplet: 47, 0C and 58. RGB value is (71,12,88). Sum of RGB (Red+Green+Blue) = 71+12+88=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #470C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C58 is #B8F3A7. Grayscale: #262626. Windows color (decimal): -12121000 or 5770311. OLE color: 5770311.

HSL color Cylindrical-coordinate representation of color #470C58: hue angle of 286.58º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470C58 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 12 88 -
CMYK 0.19 0.86 0 0.65
HSL 286.58º 0.76% 0.2% -
HSV(B) 286.58º 0.86% 0.35% -
XYZ 4.49 2.31 9.44 -
YUV 38.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 71 12 88 0.19 0.86 0 0.65 286.58 0.76 0.2
Hex 47 C 58 13 56 0 41 11F 4C 14
Octal 107 14 130 23 126 0 101 437 114 24
Binary 1000111 1100 1011000 10011 1010110 0 1000001 100011111 1001100 10100

Color Harmonies of #470C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C58

Black with #470C58

Text Example


Text Example

White with #470C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #470C58;
 }
 .AnyTagClassName
 {
   color: #470C58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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