Html Css Color HEX #47314C Hot Purple

📋 copy color: '#47314C'

red 71 ◦ green 49 ◦ blue 76

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

Shades of Hot Purple #47314C

Tints of Hot Purple #47314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 36.22%
G = 25%
B = 38.78%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47314C (or 0x47314C) is known color: Hot Purple. HEX triplet: 47, 31 and 4C. RGB value is (71,49,76). Sum of RGB (Red+Green+Blue) = 71+49+76=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 76 - color contains mainly: blue. Hex color #47314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47314C is #B8CEB3. Grayscale: #3A3A3A. Windows color (decimal): -12111540 or 4993351. OLE color: 4993351.

HSL color Cylindrical-coordinate representation of color #47314C: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47314C is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 49 76 -
CMYK 0.07 0.36 0 0.70
HSL 288.89º 0.22% 0.25% -
HSV(B) 288.89º 0.36% 0.3% -
XYZ 5 4.06 7.36 -
YUV 58.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 71 49 76 0.07 0.36 0 0.70 288.89 0.22 0.25
Hex 47 31 4C 7 24 0 46 121 16 19
Octal 107 61 114 7 44 0 106 441 26 31
Binary 1000111 110001 1001100 111 100100 0 1000110 100100001 10110 11001

Color Harmonies of #47314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47314C

Black with #47314C

Text Example


Text Example

White with #47314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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