Html Css Color HEX #47294F Hot Purple

📋 copy color: '#47294F'

red 71 ◦ green 41 ◦ blue 79

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

Shades of Hot Purple #47294F

Tints of Hot Purple #47294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 37.17%
G = 21.47%
B = 41.36%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47294F (or 0x47294F) is known color: Hot Purple. HEX triplet: 47, 29 and 4F. RGB value is (71,41,79). Sum of RGB (Red+Green+Blue) = 71+41+79=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #47294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47294F is #B8D6B0. Grayscale: #363636. Windows color (decimal): -12113585 or 5187911. OLE color: 5187911.

HSL color Cylindrical-coordinate representation of color #47294F: hue angle of 287.37º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47294F is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 41 79 -
CMYK 0.10 0.48 0 0.69
HSL 287.37º 0.32% 0.24% -
HSV(B) 287.37º 0.48% 0.31% -
XYZ 4.8 3.49 7.82 -
YUV 54.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 71 41 79 0.10 0.48 0 0.69 287.37 0.32 0.24
Hex 47 29 4F A 30 0 45 11F 20 18
Octal 107 51 117 12 60 0 105 437 40 30
Binary 1000111 101001 1001111 1010 110000 0 1000101 100011111 100000 11000

Color Harmonies of #47294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47294F

Black with #47294F

Text Example


Text Example

White with #47294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47294F; }

 p { color: rgb(71,41,79); }

 H1.HeaderClassName
 {
   color: #47294F;
 }
 .AnyTagClassName
 {
   color: #47294F;
 }
</style>

background-color css

<style>
 a { background-color: #47294F; }

 a { background-color: rgb(71,41,79); }

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

border-color css

<style>
 span { border-color: #47294F; }

 span { border-color: rgb(71,41,79); }

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