Html Css Color HEX #471462 Scarlet Gum

📋 copy color: '#471462'

red 71 ◦ green 20 ◦ blue 98

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

Shades of Scarlet Gum #471462

Tints of Scarlet Gum #471462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 37.57%
G = 10.58%
B = 51.85%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471462 (or 0x471462) is known color: Scarlet Gum. HEX triplet: 47, 14 and 62. RGB value is (71,20,98). Sum of RGB (Red+Green+Blue) = 71+20+98=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #471462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471462 is #B8EB9D. Grayscale: #2B2B2B. Windows color (decimal): -12118942 or 6427719. OLE color: 6427719.

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

Color convert

RGB 71 20 98 -
CMYK 0.28 0.80 0 0.62
HSL 279.23º 0.66% 0.23% -
HSV(B) 279.23º 0.8% 0.38% -
XYZ 5.05 2.72 11.81 -
YUV 44.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 71 20 98 0.28 0.80 0 0.62 279.23 0.66 0.23
Hex 47 14 62 1C 50 0 3E 117 42 17
Octal 107 24 142 34 120 0 76 427 102 27
Binary 1000111 10100 1100010 11100 1010000 0 111110 100010111 1000010 10111

Color Harmonies of #471462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471462

Black with #471462

Text Example


Text Example

White with #471462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471462; }

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

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

background-color css

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

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

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

border-color css

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

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

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