Html Css Color HEX #47255A Scarlet Gum

📋 copy color: '#47255A'

red 71 ◦ green 37 ◦ blue 90

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

Shades of Scarlet Gum #47255A

Tints of Scarlet Gum #47255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 35.86%
G = 18.69%
B = 45.45%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47255A (or 0x47255A) is known color: Scarlet Gum. HEX triplet: 47, 25 and 5A. RGB value is (71,37,90). Sum of RGB (Red+Green+Blue) = 71+37+90=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #47255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47255A is #B8DAA5. Grayscale: #353535. Windows color (decimal): -12114598 or 5907783. OLE color: 5907783.

HSL color Cylindrical-coordinate representation of color #47255A: hue angle of 278.49º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47255A is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 37 90 -
CMYK 0.21 0.59 0 0.65
HSL 278.49º 0.42% 0.25% -
HSV(B) 278.49º 0.59% 0.35% -
XYZ 5.11 3.4 10.06 -
YUV 53.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 71 37 90 0.21 0.59 0 0.65 278.49 0.42 0.25
Hex 47 25 5A 15 3B 0 41 116 2A 19
Octal 107 45 132 25 73 0 101 426 52 31
Binary 1000111 100101 1011010 10101 111011 0 1000001 100010110 101010 11001

Color Harmonies of #47255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47255A

Black with #47255A

Text Example


Text Example

White with #47255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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