Html Css Color HEX #471262 Scarlet Gum

📋 copy color: '#471262'

red 71 ◦ green 18 ◦ blue 98

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

Shades of Scarlet Gum #471262

Tints of Scarlet Gum #471262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 37.97%
G = 9.63%
B = 52.41%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471262 (or 0x471262) is known color: Scarlet Gum. HEX triplet: 47, 12 and 62. RGB value is (71,18,98). Sum of RGB (Red+Green+Blue) = 71+18+98=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #471262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471262 is #B8ED9D. Grayscale: #2A2A2A. Windows color (decimal): -12119454 or 6427207. OLE color: 6427207.

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

Color convert

RGB 71 18 98 -
CMYK 0.28 0.82 0 0.62
HSL 279.75º 0.69% 0.23% -
HSV(B) 279.75º 0.82% 0.38% -
XYZ 5.02 2.65 11.8 -
YUV 42.97 159.06 148 -
System Red Green Blue C M Y K H S L
Decimal 71 18 98 0.28 0.82 0 0.62 279.75 0.69 0.23
Hex 47 12 62 1C 52 0 3E 118 45 17
Octal 107 22 142 34 122 0 76 430 105 27
Binary 1000111 10010 1100010 11100 1010010 0 111110 100011000 1000101 10111

Color Harmonies of #471262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471262

Black with #471262

Text Example


Text Example

White with #471262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471262; }

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

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

background-color css

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

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

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

border-color css

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

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

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