Html Css Color HEX #47164D Hot Purple

📋 copy color: '#47164D'

red 71 ◦ green 22 ◦ blue 77

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

Shades of Hot Purple #47164D

Tints of Hot Purple #47164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.29%

R = 41.76%
G = 12.94%
B = 45.29%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47164D (or 0x47164D) is known color: Hot Purple. HEX triplet: 47, 16 and 4D. RGB value is (71,22,77). Sum of RGB (Red+Green+Blue) = 71+22+77=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #47164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47164D is #B8E9B2. Grayscale: #2A2A2A. Windows color (decimal): -12118451 or 5051975. OLE color: 5051975.

HSL color Cylindrical-coordinate representation of color #47164D: hue angle of 293.45º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47164D is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 22 77 -
CMYK 0.08 0.71 0 0.70
HSL 293.45º 0.56% 0.19% -
HSV(B) 293.45º 0.71% 0.3% -
XYZ 4.22 2.45 7.27 -
YUV 42.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 71 22 77 0.08 0.71 0 0.70 293.45 0.56 0.19
Hex 47 16 4D 8 47 0 46 125 38 13
Octal 107 26 115 10 107 0 106 445 70 23
Binary 1000111 10110 1001101 1000 1000111 0 1000110 100100101 111000 10011

Color Harmonies of #47164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47164D

Black with #47164D

Text Example


Text Example

White with #47164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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