Html Css Color HEX #47265C Scarlet Gum

📋 copy color: '#47265C'

red 71 ◦ green 38 ◦ blue 92

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

Shades of Scarlet Gum #47265C

Tints of Scarlet Gum #47265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 35.32%
G = 18.91%
B = 45.77%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47265C (or 0x47265C) is known color: Scarlet Gum. HEX triplet: 47, 26 and 5C. RGB value is (71,38,92). Sum of RGB (Red+Green+Blue) = 71+38+92=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #47265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47265C is #B8D9A3. Grayscale: #353535. Windows color (decimal): -12114340 or 6039111. OLE color: 6039111.

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

Color convert

RGB 71 38 92 -
CMYK 0.23 0.59 0 0.64
HSL 276.67º 0.42% 0.25% -
HSV(B) 276.67º 0.59% 0.36% -
XYZ 5.22 3.5 10.53 -
YUV 54.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 71 38 92 0.23 0.59 0 0.64 276.67 0.42 0.25
Hex 47 26 5C 17 3B 0 40 115 2A 19
Octal 107 46 134 27 73 0 100 425 52 31
Binary 1000111 100110 1011100 10111 111011 0 1000000 100010101 101010 11001

Color Harmonies of #47265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47265C

Black with #47265C

Text Example


Text Example

White with #47265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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