Html Css Color HEX #471E5D Scarlet Gum

📋 copy color: '#471E5D'

red 71 ◦ green 30 ◦ blue 93

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

Shades of Scarlet Gum #471E5D

Tints of Scarlet Gum #471E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 93 (36.72% from 255) = 47.94%

R = 36.6%
G = 15.46%
B = 47.94%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#471E5D (or 0x471E5D) is known color: Scarlet Gum. HEX triplet: 47, 1E and 5D. RGB value is (71,30,93). Sum of RGB (Red+Green+Blue) = 71+30+93=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #471E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E5D is #B8E1A2. Grayscale: #313131. Windows color (decimal): -12116387 or 6102599. OLE color: 6102599.

HSL color Cylindrical-coordinate representation of color #471E5D: hue angle of 279.05º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471E5D is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 30 93 -
CMYK 0.24 0.68 0 0.64
HSL 279.05º 0.51% 0.24% -
HSV(B) 279.05º 0.68% 0.36% -
XYZ 5.04 3.06 10.68 -
YUV 49.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 71 30 93 0.24 0.68 0 0.64 279.05 0.51 0.24
Hex 47 1E 5D 18 44 0 40 117 33 18
Octal 107 36 135 30 104 0 100 427 63 30
Binary 1000111 11110 1011101 11000 1000100 0 1000000 100010111 110011 11000

Color Harmonies of #471E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E5D

Black with #471E5D

Text Example


Text Example

White with #471E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E5D; }

 p { color: rgb(71,30,93); }

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

background-color css

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

 a { background-color: rgb(71,30,93); }

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

border-color css

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

 span { border-color: rgb(71,30,93); }

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