Html Css Color HEX #47255B Scarlet Gum

📋 copy color: '#47255B'

red 71 ◦ green 37 ◦ blue 91

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

Shades of Scarlet Gum #47255B

Tints of Scarlet Gum #47255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 35.68%
G = 18.59%
B = 45.73%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47255B (or 0x47255B) is known color: Scarlet Gum. HEX triplet: 47, 25 and 5B. RGB value is (71,37,91). Sum of RGB (Red+Green+Blue) = 71+37+91=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #47255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47255B is #B8DAA4. Grayscale: #353535. Windows color (decimal): -12114597 or 5973319. OLE color: 5973319.

HSL color Cylindrical-coordinate representation of color #47255B: hue angle of 277.78º 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 #47255B is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 37 91 -
CMYK 0.22 0.59 0 0.64
HSL 277.78º 0.42% 0.25% -
HSV(B) 277.78º 0.59% 0.36% -
XYZ 5.15 3.42 10.29 -
YUV 53.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 71 37 91 0.22 0.59 0 0.64 277.78 0.42 0.25
Hex 47 25 5B 16 3B 0 40 116 2A 19
Octal 107 45 133 26 73 0 100 426 52 31
Binary 1000111 100101 1011011 10110 111011 0 1000000 100010110 101010 11001

Color Harmonies of #47255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47255B

Black with #47255B

Text Example


Text Example

White with #47255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47255B; }

 p { color: rgb(71,37,91); }

 H1.HeaderClassName
 {
   color: #47255B;
 }
 .AnyTagClassName
 {
   color: #47255B;
 }
</style>

background-color css

<style>
 a { background-color: #47255B; }

 a { background-color: rgb(71,37,91); }

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

border-color css

<style>
 span { border-color: #47255B; }

 span { border-color: rgb(71,37,91); }

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