Html Css Color HEX #47114A Hot Purple

📋 copy color: '#47114A'

red 71 ◦ green 17 ◦ blue 74

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

Shades of Hot Purple #47114A

Tints of Hot Purple #47114A

RGB

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

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

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

R = 43.83%
G = 10.49%
B = 45.68%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47114A (or 0x47114A) is known color: Hot Purple. HEX triplet: 47, 11 and 4A. RGB value is (71,17,74). Sum of RGB (Red+Green+Blue) = 71+17+74=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #47114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47114A is #B8EEB5. Grayscale: #272727. Windows color (decimal): -12119734 or 4854087. OLE color: 4854087.

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

Color convert

RGB 71 17 74 -
CMYK 0.04 0.77 0 0.71
HSL 296.84º 0.63% 0.18% -
HSV(B) 296.84º 0.77% 0.29% -
XYZ 4.04 2.23 6.7 -
YUV 39.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 71 17 74 0.04 0.77 0 0.71 296.84 0.63 0.18
Hex 47 11 4A 4 4D 0 47 129 3F 12
Octal 107 21 112 4 115 0 107 451 77 22
Binary 1000111 10001 1001010 100 1001101 0 1000111 100101001 111111 10010

Color Harmonies of #47114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47114A

Black with #47114A

Text Example


Text Example

White with #47114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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