Html Css Color HEX #471562 Scarlet Gum

📋 copy color: '#471562'

red 71 ◦ green 21 ◦ blue 98

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

Shades of Scarlet Gum #471562

Tints of Scarlet Gum #471562

RGB

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

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

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

R = 37.37%
G = 11.05%
B = 51.58%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471562 (or 0x471562) is known color: Scarlet Gum. HEX triplet: 47, 15 and 62. RGB value is (71,21,98). Sum of RGB (Red+Green+Blue) = 71+21+98=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #471562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471562 is #B8EA9D. Grayscale: #2C2C2C. Windows color (decimal): -12118686 or 6427975. OLE color: 6427975.

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

Color convert

RGB 71 21 98 -
CMYK 0.28 0.79 0 0.62
HSL 278.96º 0.65% 0.23% -
HSV(B) 278.96º 0.79% 0.38% -
XYZ 5.07 2.76 11.82 -
YUV 44.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 71 21 98 0.28 0.79 0 0.62 278.96 0.65 0.23
Hex 47 15 62 1C 4F 0 3E 117 41 17
Octal 107 25 142 34 117 0 76 427 101 27
Binary 1000111 10101 1100010 11100 1001111 0 111110 100010111 1000001 10111

Color Harmonies of #471562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471562

Black with #471562

Text Example


Text Example

White with #471562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471562; }

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

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

background-color css

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

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

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

border-color css

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

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

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