Html Css Color HEX #47144A Hot Purple

📋 copy color: '#47144A'

red 71 ◦ green 20 ◦ blue 74

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

Shades of Hot Purple #47144A

Tints of Hot Purple #47144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 43.03%
G = 12.12%
B = 44.85%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47144A (or 0x47144A) is known color: Hot Purple. HEX triplet: 47, 14 and 4A. RGB value is (71,20,74). Sum of RGB (Red+Green+Blue) = 71+20+74=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #47144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47144A is #B8EBB5. Grayscale: #292929. Windows color (decimal): -12118966 or 4854855. OLE color: 4854855.

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

Color convert

RGB 71 20 74 -
CMYK 0.04 0.73 0 0.71
HSL 296.67º 0.57% 0.18% -
HSV(B) 296.67º 0.73% 0.29% -
XYZ 4.08 2.33 6.71 -
YUV 41.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 71 20 74 0.04 0.73 0 0.71 296.67 0.57 0.18
Hex 47 14 4A 4 49 0 47 129 39 12
Octal 107 24 112 4 111 0 107 451 71 22
Binary 1000111 10100 1001010 100 1001001 0 1000111 100101001 111001 10010

Color Harmonies of #47144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47144A

Black with #47144A

Text Example


Text Example

White with #47144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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