Html Css Color HEX #47185F Scarlet Gum

📋 copy color: '#47185F'

red 71 ◦ green 24 ◦ blue 95

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

Shades of Scarlet Gum #47185F

Tints of Scarlet Gum #47185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 37.37%
G = 12.63%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47185F (or 0x47185F) is known color: Scarlet Gum. HEX triplet: 47, 18 and 5F. RGB value is (71,24,95). Sum of RGB (Red+Green+Blue) = 71+24+95=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #47185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47185F is #B8E7A0. Grayscale: #2D2D2D. Windows color (decimal): -12117921 or 6232135. OLE color: 6232135.

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

Color convert

RGB 71 24 95 -
CMYK 0.25 0.75 0 0.63
HSL 279.72º 0.6% 0.23% -
HSV(B) 279.72º 0.75% 0.37% -
XYZ 4.99 2.82 11.11 -
YUV 46.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 71 24 95 0.25 0.75 0 0.63 279.72 0.6 0.23
Hex 47 18 5F 19 4B 0 3F 118 3C 17
Octal 107 30 137 31 113 0 77 430 74 27
Binary 1000111 11000 1011111 11001 1001011 0 111111 100011000 111100 10111

Color Harmonies of #47185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47185F

Black with #47185F

Text Example


Text Example

White with #47185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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