Html Css Color HEX #47155D Scarlet Gum

📋 copy color: '#47155D'

red 71 ◦ green 21 ◦ blue 93

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

Shades of Scarlet Gum #47155D

Tints of Scarlet Gum #47155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 38.38%
G = 11.35%
B = 50.27%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47155D (or 0x47155D) is known color: Scarlet Gum. HEX triplet: 47, 15 and 5D. RGB value is (71,21,93). Sum of RGB (Red+Green+Blue) = 71+21+93=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #47155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155D is #B8EAA2. Grayscale: #2B2B2B. Windows color (decimal): -12118691 or 6100295. OLE color: 6100295.

HSL color Cylindrical-coordinate representation of color #47155D: hue angle of 281.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47155D is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 21 93 -
CMYK 0.24 0.77 0 0.64
HSL 281.67º 0.63% 0.22% -
HSV(B) 281.67º 0.77% 0.36% -
XYZ 4.84 2.67 10.62 -
YUV 44.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 71 21 93 0.24 0.77 0 0.64 281.67 0.63 0.22
Hex 47 15 5D 18 4D 0 40 11A 3F 16
Octal 107 25 135 30 115 0 100 432 77 26
Binary 1000111 10101 1011101 11000 1001101 0 1000000 100011010 111111 10110

Color Harmonies of #47155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47155D

Black with #47155D

Text Example


Text Example

White with #47155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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