Html Css Color HEX #471565 Scarlet Gum

📋 copy color: '#471565'

red 71 ◦ green 21 ◦ blue 101

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

Shades of Scarlet Gum #471565

Tints of Scarlet Gum #471565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 101 (39.84% from 255) = 52.33%

R = 36.79%
G = 10.88%
B = 52.33%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#471565 (or 0x471565) is known color: Scarlet Gum. HEX triplet: 47, 15 and 65. RGB value is (71,21,101). Sum of RGB (Red+Green+Blue) = 71+21+101=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #471565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471565 is #B8EA9A. Grayscale: #2C2C2C. Windows color (decimal): -12118683 or 6624583. OLE color: 6624583.

HSL color Cylindrical-coordinate representation of color #471565: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471565 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 21 101 -
CMYK 0.30 0.79 0 0.60
HSL 277.5º 0.66% 0.24% -
HSV(B) 277.5º 0.79% 0.4% -
XYZ 5.22 2.82 12.58 -
YUV 45.07 159.57 146.5 -
System Red Green Blue C M Y K H S L
Decimal 71 21 101 0.30 0.79 0 0.60 277.5 0.66 0.24
Hex 47 15 65 1E 4F 0 3C 116 42 18
Octal 107 25 145 36 117 0 74 426 102 30
Binary 1000111 10101 1100101 11110 1001111 0 111100 100010110 1000010 11000

Color Harmonies of #471565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471565

Black with #471565

Text Example


Text Example

White with #471565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471565; }

 p { color: rgb(71,21,101); }

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

background-color css

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

 a { background-color: rgb(71,21,101); }

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

border-color css

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

 span { border-color: rgb(71,21,101); }

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