Html Css Color HEX #47275C Scarlet Gum

📋 copy color: '#47275C'

red 71 ◦ green 39 ◦ blue 92

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

Shades of Scarlet Gum #47275C

Tints of Scarlet Gum #47275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

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

R = 35.15%
G = 19.31%
B = 45.54%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47275C (or 0x47275C) is known color: Scarlet Gum. HEX triplet: 47, 27 and 5C. RGB value is (71,39,92). Sum of RGB (Red+Green+Blue) = 71+39+92=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #47275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47275C is #B8D8A3. Grayscale: #363636. Windows color (decimal): -12114084 or 6039367. OLE color: 6039367.

HSL color Cylindrical-coordinate representation of color #47275C: hue angle of 276.23º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47275C is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 39 92 -
CMYK 0.23 0.58 0 0.64
HSL 276.23º 0.4% 0.26% -
HSV(B) 276.23º 0.58% 0.36% -
XYZ 5.26 3.56 10.54 -
YUV 54.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 71 39 92 0.23 0.58 0 0.64 276.23 0.4 0.26
Hex 47 27 5C 17 3A 0 40 114 28 1A
Octal 107 47 134 27 72 0 100 424 50 32
Binary 1000111 100111 1011100 10111 111010 0 1000000 100010100 101000 11010

Color Harmonies of #47275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47275C

Black with #47275C

Text Example


Text Example

White with #47275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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