Html Css Color HEX #47135C Scarlet Gum

📋 copy color: '#47135C'

red 71 ◦ green 19 ◦ blue 92

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

Shades of Scarlet Gum #47135C

Tints of Scarlet Gum #47135C

RGB

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

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

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

R = 39.01%
G = 10.44%
B = 50.55%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47135C (or 0x47135C) is known color: Scarlet Gum. HEX triplet: 47, 13 and 5C. RGB value is (71,19,92). Sum of RGB (Red+Green+Blue) = 71+19+92=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #47135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135C is #B8ECA3. Grayscale: #2A2A2A. Windows color (decimal): -12119204 or 6034247. OLE color: 6034247.

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

Color convert

RGB 71 19 92 -
CMYK 0.23 0.79 0 0.64
HSL 282.74º 0.66% 0.22% -
HSV(B) 282.74º 0.79% 0.36% -
XYZ 4.76 2.58 10.37 -
YUV 42.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 71 19 92 0.23 0.79 0 0.64 282.74 0.66 0.22
Hex 47 13 5C 17 4F 0 40 11B 42 16
Octal 107 23 134 27 117 0 100 433 102 26
Binary 1000111 10011 1011100 10111 1001111 0 1000000 100011011 1000010 10110

Color Harmonies of #47135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47135C

Black with #47135C

Text Example


Text Example

White with #47135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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