Html Css Color HEX #47135A Scarlet Gum

📋 copy color: '#47135A'

red 71 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #47135A

Tints of Scarlet Gum #47135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 39.44%
G = 10.56%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47135A (or 0x47135A) is known color: Scarlet Gum. HEX triplet: 47, 13 and 5A. RGB value is (71,19,90). Sum of RGB (Red+Green+Blue) = 71+19+90=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #47135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135A is #B8ECA5. Grayscale: #2A2A2A. Windows color (decimal): -12119206 or 5903175. OLE color: 5903175.

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

Color convert

RGB 71 19 90 -
CMYK 0.21 0.79 0 0.65
HSL 283.94º 0.65% 0.21% -
HSV(B) 283.94º 0.79% 0.35% -
XYZ 4.68 2.54 9.92 -
YUV 42.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 71 19 90 0.21 0.79 0 0.65 283.94 0.65 0.21
Hex 47 13 5A 15 4F 0 41 11C 41 15
Octal 107 23 132 25 117 0 101 434 101 25
Binary 1000111 10011 1011010 10101 1001111 0 1000001 100011100 1000001 10101

Color Harmonies of #47135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47135A

Black with #47135A

Text Example


Text Example

White with #47135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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