Html Css Color HEX #47164A Hot Purple

📋 copy color: '#47164A'

red 71 ◦ green 22 ◦ blue 74

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

Shades of Hot Purple #47164A

Tints of Hot Purple #47164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

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

R = 42.51%
G = 13.17%
B = 44.31%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47164A (or 0x47164A) is known color: Hot Purple. HEX triplet: 47, 16 and 4A. RGB value is (71,22,74). Sum of RGB (Red+Green+Blue) = 71+22+74=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #47164A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47164A is #B8E9B5. Grayscale: #2A2A2A. Windows color (decimal): -12118454 or 4855367. OLE color: 4855367.

HSL color Cylindrical-coordinate representation of color #47164A: hue angle of 296.54º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47164A is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 22 74 -
CMYK 0.04 0.70 0 0.71
HSL 296.54º 0.54% 0.19% -
HSV(B) 296.54º 0.7% 0.29% -
XYZ 4.12 2.41 6.73 -
YUV 42.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 71 22 74 0.04 0.70 0 0.71 296.54 0.54 0.19
Hex 47 16 4A 4 46 0 47 129 36 13
Octal 107 26 112 4 106 0 107 451 66 23
Binary 1000111 10110 1001010 100 1000110 0 1000111 100101001 110110 10011

Color Harmonies of #47164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47164A

Black with #47164A

Text Example


Text Example

White with #47164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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