Html Css Color HEX #47114F Hot Purple

📋 copy color: '#47114F'

red 71 ◦ green 17 ◦ blue 79

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

Shades of Hot Purple #47114F

Tints of Hot Purple #47114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 42.51%
G = 10.18%
B = 47.31%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47114F (or 0x47114F) is known color: Hot Purple. HEX triplet: 47, 11 and 4F. RGB value is (71,17,79). Sum of RGB (Red+Green+Blue) = 71+17+79=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #47114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47114F is #B8EEB0. Grayscale: #282828. Windows color (decimal): -12119729 or 5181767. OLE color: 5181767.

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

Color convert

RGB 71 17 79 -
CMYK 0.10 0.78 0 0.69
HSL 292.26º 0.65% 0.19% -
HSV(B) 292.26º 0.78% 0.31% -
XYZ 4.21 2.31 7.62 -
YUV 40.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 71 17 79 0.10 0.78 0 0.69 292.26 0.65 0.19
Hex 47 11 4F A 4E 0 45 124 41 13
Octal 107 21 117 12 116 0 105 444 101 23
Binary 1000111 10001 1001111 1010 1001110 0 1000101 100100100 1000001 10011

Color Harmonies of #47114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47114F

Black with #47114F

Text Example


Text Example

White with #47114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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