Html Css Color HEX #47314A Hot Purple

📋 copy color: '#47314A'

red 71 ◦ green 49 ◦ blue 74

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

Shades of Hot Purple #47314A

Tints of Hot Purple #47314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.26%

 BLUE value IS 74 (29.3% from 255) = 38.14%

R = 36.6%
G = 25.26%
B = 38.14%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47314A (or 0x47314A) is known color: Hot Purple. HEX triplet: 47, 31 and 4A. RGB value is (71,49,74). Sum of RGB (Red+Green+Blue) = 71+49+74=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #47314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47314A is #B8CEB5. Grayscale: #3A3A3A. Windows color (decimal): -12111542 or 4862279. OLE color: 4862279.

HSL color Cylindrical-coordinate representation of color #47314A: hue angle of 292.8º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47314A is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 49 74 -
CMYK 0.04 0.34 0 0.71
HSL 292.8º 0.2% 0.24% -
HSV(B) 292.8º 0.34% 0.29% -
XYZ 4.93 4.03 7 -
YUV 58.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 71 49 74 0.04 0.34 0 0.71 292.8 0.2 0.24
Hex 47 31 4A 4 22 0 47 125 14 18
Octal 107 61 112 4 42 0 107 445 24 30
Binary 1000111 110001 1001010 100 100010 0 1000111 100100101 10100 11000

Color Harmonies of #47314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47314A

Black with #47314A

Text Example


Text Example

White with #47314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,49,74); }

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

background-color css

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

 a { background-color: rgb(71,49,74); }

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

border-color css

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

 span { border-color: rgb(71,49,74); }

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