Html Css Color HEX #471958 Scarlet Gum

📋 copy color: '#471958'

red 71 ◦ green 25 ◦ blue 88

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

Shades of Scarlet Gum #471958

Tints of Scarlet Gum #471958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 38.59%
G = 13.59%
B = 47.83%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#471958 (or 0x471958) is known color: Scarlet Gum. HEX triplet: 47, 19 and 58. RGB value is (71,25,88). Sum of RGB (Red+Green+Blue) = 71+25+88=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #471958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471958 is #B8E6A7. Grayscale: #2D2D2D. Windows color (decimal): -12117672 or 5773639. OLE color: 5773639.

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

Color convert

RGB 71 25 88 -
CMYK 0.19 0.72 0 0.65
HSL 283.81º 0.56% 0.22% -
HSV(B) 283.81º 0.72% 0.35% -
XYZ 4.71 2.74 9.51 -
YUV 45.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 71 25 88 0.19 0.72 0 0.65 283.81 0.56 0.22
Hex 47 19 58 13 48 0 41 11C 38 16
Octal 107 31 130 23 110 0 101 434 70 26
Binary 1000111 11001 1011000 10011 1001000 0 1000001 100011100 111000 10110

Color Harmonies of #471958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471958

Black with #471958

Text Example


Text Example

White with #471958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471958; }

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

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

background-color css

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

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

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

border-color css

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

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

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