Html Css Color HEX #47135F Scarlet Gum

📋 copy color: '#47135F'

red 71 ◦ green 19 ◦ blue 95

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

Shades of Scarlet Gum #47135F

Tints of Scarlet Gum #47135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 38.38%
G = 10.27%
B = 51.35%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47135F (or 0x47135F) is known color: Scarlet Gum. HEX triplet: 47, 13 and 5F. RGB value is (71,19,95). Sum of RGB (Red+Green+Blue) = 71+19+95=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #47135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135F is #B8ECA0. Grayscale: #2A2A2A. Windows color (decimal): -12119201 or 6230855. OLE color: 6230855.

HSL color Cylindrical-coordinate representation of color #47135F: hue angle of 281.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47135F is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 19 95 -
CMYK 0.25 0.80 0 0.63
HSL 281.05º 0.67% 0.22% -
HSV(B) 281.05º 0.8% 0.37% -
XYZ 4.9 2.63 11.08 -
YUV 43.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 71 19 95 0.25 0.80 0 0.63 281.05 0.67 0.22
Hex 47 13 5F 19 50 0 3F 119 43 16
Octal 107 23 137 31 120 0 77 431 103 26
Binary 1000111 10011 1011111 11001 1010000 0 111111 100011001 1000011 10110

Color Harmonies of #47135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47135F

Black with #47135F

Text Example


Text Example

White with #47135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47135F; }

 p { color: rgb(71,19,95); }

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

background-color css

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

 a { background-color: rgb(71,19,95); }

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

border-color css

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

 span { border-color: rgb(71,19,95); }

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