Html Css Color HEX #47334D Hot Purple

📋 copy color: '#47334D'

red 71 ◦ green 51 ◦ blue 77

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

Shades of Hot Purple #47334D

Tints of Hot Purple #47334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 35.68%
G = 25.63%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47334D (or 0x47334D) is known color: Hot Purple. HEX triplet: 47, 33 and 4D. RGB value is (71,51,77). Sum of RGB (Red+Green+Blue) = 71+51+77=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #47334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47334D is #B8CCB2. Grayscale: #3B3B3B. Windows color (decimal): -12111027 or 5059399. OLE color: 5059399.

HSL color Cylindrical-coordinate representation of color #47334D: hue angle of 286.15º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47334D is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 51 77 -
CMYK 0.08 0.34 0 0.70
HSL 286.15º 0.2% 0.25% -
HSV(B) 286.15º 0.34% 0.3% -
XYZ 5.12 4.24 7.57 -
YUV 59.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 71 51 77 0.08 0.34 0 0.70 286.15 0.2 0.25
Hex 47 33 4D 8 22 0 46 11E 14 19
Octal 107 63 115 10 42 0 106 436 24 31
Binary 1000111 110011 1001101 1000 100010 0 1000110 100011110 10100 11001

Color Harmonies of #47334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47334D

Black with #47334D

Text Example


Text Example

White with #47334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47334D; }

 p { color: rgb(71,51,77); }

 H1.HeaderClassName
 {
   color: #47334D;
 }
 .AnyTagClassName
 {
   color: #47334D;
 }
</style>

background-color css

<style>
 a { background-color: #47334D; }

 a { background-color: rgb(71,51,77); }

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

border-color css

<style>
 span { border-color: #47334D; }

 span { border-color: rgb(71,51,77); }

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