Html Css Color HEX #47155F Scarlet Gum

📋 copy color: '#47155F'

red 71 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #47155F

Tints of Scarlet Gum #47155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 37.97%
G = 11.23%
B = 50.8%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47155F (or 0x47155F) is known color: Scarlet Gum. HEX triplet: 47, 15 and 5F. RGB value is (71,21,95). Sum of RGB (Red+Green+Blue) = 71+21+95=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #47155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155F is #B8EAA0. Grayscale: #2C2C2C. Windows color (decimal): -12118689 or 6231367. OLE color: 6231367.

HSL color Cylindrical-coordinate representation of color #47155F: hue angle of 280.54º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47155F is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 21 95 -
CMYK 0.25 0.78 0 0.63
HSL 280.54º 0.64% 0.23% -
HSV(B) 280.54º 0.78% 0.37% -
XYZ 4.93 2.7 11.09 -
YUV 44.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 71 21 95 0.25 0.78 0 0.63 280.54 0.64 0.23
Hex 47 15 5F 19 4E 0 3F 119 40 17
Octal 107 25 137 31 116 0 77 431 100 27
Binary 1000111 10101 1011111 11001 1001110 0 111111 100011001 1000000 10111

Color Harmonies of #47155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47155F

Black with #47155F

Text Example


Text Example

White with #47155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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