Html Css Color HEX #47155C Scarlet Gum

📋 copy color: '#47155C'

red 71 ◦ green 21 ◦ blue 92

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

Shades of Scarlet Gum #47155C

Tints of Scarlet Gum #47155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50%

R = 38.59%
G = 11.41%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47155C (or 0x47155C) is known color: Scarlet Gum. HEX triplet: 47, 15 and 5C. RGB value is (71,21,92). Sum of RGB (Red+Green+Blue) = 71+21+92=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #47155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155C is #B8EAA3. Grayscale: #2B2B2B. Windows color (decimal): -12118692 or 6034759. OLE color: 6034759.

HSL color Cylindrical-coordinate representation of color #47155C: hue angle of 282.25º 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 #47155C is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 21 92 -
CMYK 0.23 0.77 0 0.64
HSL 282.25º 0.63% 0.22% -
HSV(B) 282.25º 0.77% 0.36% -
XYZ 4.8 2.65 10.38 -
YUV 44.04 155.07 147.23 -
System Red Green Blue C M Y K H S L
Decimal 71 21 92 0.23 0.77 0 0.64 282.25 0.63 0.22
Hex 47 15 5C 17 4D 0 40 11A 3F 16
Octal 107 25 134 27 115 0 100 432 77 26
Binary 1000111 10101 1011100 10111 1001101 0 1000000 100011010 111111 10110

Color Harmonies of #47155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47155C

Black with #47155C

Text Example


Text Example

White with #47155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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