Html Css Color HEX #47135B Scarlet Gum

📋 copy color: '#47135B'

red 71 ◦ green 19 ◦ blue 91

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

Shades of Scarlet Gum #47135B

Tints of Scarlet Gum #47135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 39.23%
G = 10.5%
B = 50.28%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47135B (or 0x47135B) is known color: Scarlet Gum. HEX triplet: 47, 13 and 5B. RGB value is (71,19,91). Sum of RGB (Red+Green+Blue) = 71+19+91=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #47135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135B is #B8ECA4. Grayscale: #2A2A2A. Windows color (decimal): -12119205 or 5968711. OLE color: 5968711.

HSL color Cylindrical-coordinate representation of color #47135B: hue angle of 283.33º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47135B is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 19 91 -
CMYK 0.22 0.79 0 0.64
HSL 283.33º 0.65% 0.22% -
HSV(B) 283.33º 0.79% 0.36% -
XYZ 4.72 2.56 10.14 -
YUV 42.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 71 19 91 0.22 0.79 0 0.64 283.33 0.65 0.22
Hex 47 13 5B 16 4F 0 40 11B 41 16
Octal 107 23 133 26 117 0 100 433 101 26
Binary 1000111 10011 1011011 10110 1001111 0 1000000 100011011 1000001 10110

Color Harmonies of #47135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47135B

Black with #47135B

Text Example


Text Example

White with #47135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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