Html Css Color HEX #47144C Hot Purple

📋 copy color: '#47144C'

red 71 ◦ green 20 ◦ blue 76

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

Shades of Hot Purple #47144C

Tints of Hot Purple #47144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 42.51%
G = 11.98%
B = 45.51%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47144C (or 0x47144C) is known color: Hot Purple. HEX triplet: 47, 14 and 4C. RGB value is (71,20,76). Sum of RGB (Red+Green+Blue) = 71+20+76=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #47144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47144C is #B8EBB3. Grayscale: #292929. Windows color (decimal): -12118964 or 4985927. OLE color: 4985927.

HSL color Cylindrical-coordinate representation of color #47144C: hue angle of 294.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47144C is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 20 76 -
CMYK 0.07 0.74 0 0.70
HSL 294.64º 0.58% 0.19% -
HSV(B) 294.64º 0.74% 0.3% -
XYZ 4.15 2.36 7.07 -
YUV 41.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 71 20 76 0.07 0.74 0 0.70 294.64 0.58 0.19
Hex 47 14 4C 7 4A 0 46 127 3A 13
Octal 107 24 114 7 112 0 106 447 72 23
Binary 1000111 10100 1001100 111 1001010 0 1000110 100100111 111010 10011

Color Harmonies of #47144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47144C

Black with #47144C

Text Example


Text Example

White with #47144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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