Html Css Color HEX #471460 Scarlet Gum

📋 copy color: '#471460'

red 71 ◦ green 20 ◦ blue 96

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

Shades of Scarlet Gum #471460

Tints of Scarlet Gum #471460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 37.97%
G = 10.7%
B = 51.34%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471460 (or 0x471460) is known color: Scarlet Gum. HEX triplet: 47, 14 and 60. RGB value is (71,20,96). Sum of RGB (Red+Green+Blue) = 71+20+96=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #471460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471460 is #B8EB9F. Grayscale: #2B2B2B. Windows color (decimal): -12118944 or 6296647. OLE color: 6296647.

HSL color Cylindrical-coordinate representation of color #471460: hue angle of 280.26º degrees, saturation: 0.66, 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 #471460 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 20 96 -
CMYK 0.26 0.79 0 0.62
HSL 280.26º 0.66% 0.23% -
HSV(B) 280.26º 0.79% 0.38% -
XYZ 4.96 2.68 11.32 -
YUV 43.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 71 20 96 0.26 0.79 0 0.62 280.26 0.66 0.23
Hex 47 14 60 1A 4F 0 3E 118 42 17
Octal 107 24 140 32 117 0 76 430 102 27
Binary 1000111 10100 1100000 11010 1001111 0 111110 100011000 1000010 10111

Color Harmonies of #471460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471460

Black with #471460

Text Example


Text Example

White with #471460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471460; }

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

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

background-color css

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

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

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

border-color css

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

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

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