Html Css Color HEX #47215C Scarlet Gum

📋 copy color: '#47215C'

red 71 ◦ green 33 ◦ blue 92

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

Shades of Scarlet Gum #47215C

Tints of Scarlet Gum #47215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 36.22%
G = 16.84%
B = 46.94%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47215C (or 0x47215C) is known color: Scarlet Gum. HEX triplet: 47, 21 and 5C. RGB value is (71,33,92). Sum of RGB (Red+Green+Blue) = 71+33+92=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #47215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47215C is #B8DEA3. Grayscale: #323232. Windows color (decimal): -12115620 or 6037831. OLE color: 6037831.

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

Color convert

RGB 71 33 92 -
CMYK 0.23 0.64 0 0.64
HSL 278.64º 0.47% 0.25% -
HSV(B) 278.64º 0.64% 0.36% -
XYZ 5.07 3.2 10.48 -
YUV 51.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 71 33 92 0.23 0.64 0 0.64 278.64 0.47 0.25
Hex 47 21 5C 17 40 0 40 117 2F 19
Octal 107 41 134 27 100 0 100 427 57 31
Binary 1000111 100001 1011100 10111 1000000 0 1000000 100010111 101111 11001

Color Harmonies of #47215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47215C

Black with #47215C

Text Example


Text Example

White with #47215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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