Html Css Color HEX #471962 Scarlet Gum

📋 copy color: '#471962'

red 71 ◦ green 25 ◦ blue 98

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

Shades of Scarlet Gum #471962

Tints of Scarlet Gum #471962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 36.6%
G = 12.89%
B = 50.52%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471962 (or 0x471962) is known color: Scarlet Gum. HEX triplet: 47, 19 and 62. RGB value is (71,25,98). Sum of RGB (Red+Green+Blue) = 71+25+98=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #471962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471962 is #B8E69D. Grayscale: #2E2E2E. Windows color (decimal): -12117662 or 6428999. OLE color: 6428999.

HSL color Cylindrical-coordinate representation of color #471962: hue angle of 277.81º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471962 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 25 98 -
CMYK 0.28 0.74 0 0.62
HSL 277.81º 0.59% 0.24% -
HSV(B) 277.81º 0.74% 0.38% -
XYZ 5.15 2.92 11.85 -
YUV 47.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 71 25 98 0.28 0.74 0 0.62 277.81 0.59 0.24
Hex 47 19 62 1C 4A 0 3E 116 3B 18
Octal 107 31 142 34 112 0 76 426 73 30
Binary 1000111 11001 1100010 11100 1001010 0 111110 100010110 111011 11000

Color Harmonies of #471962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471962

Black with #471962

Text Example


Text Example

White with #471962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471962; }

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

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

background-color css

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

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

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

border-color css

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

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

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