Html Css Color HEX #47064E Hot Purple

📋 copy color: '#47064E'

red 71 ◦ green 6 ◦ blue 78

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

Shades of Hot Purple #47064E

Tints of Hot Purple #47064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 78 (30.86% from 255) = 50.32%

R = 45.81%
G = 3.87%
B = 50.32%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47064E (or 0x47064E) is known color: Hot Purple. HEX triplet: 47, 06 and 4E. RGB value is (71,6,78). Sum of RGB (Red+Green+Blue) = 71+6+78=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #47064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47064E is #B8F9B1. Grayscale: #212121. Windows color (decimal): -12122546 or 5113415. OLE color: 5113415.

HSL color Cylindrical-coordinate representation of color #47064E: hue angle of 294.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47064E is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 6 78 -
CMYK 0.09 0.92 0 0.69
HSL 294.17º 0.86% 0.16% -
HSV(B) 294.17º 0.92% 0.31% -
XYZ 4.04 2.02 7.38 -
YUV 33.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 71 6 78 0.09 0.92 0 0.69 294.17 0.86 0.16
Hex 47 6 4E 9 5C 0 45 126 56 10
Octal 107 6 116 11 134 0 105 446 126 20
Binary 1000111 110 1001110 1001 1011100 0 1000101 100100110 1010110 10000

Color Harmonies of #47064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47064E

Black with #47064E

Text Example


Text Example

White with #47064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47064E; }

 p { color: rgb(71,6,78); }

 H1.HeaderClassName
 {
   color: #47064E;
 }
 .AnyTagClassName
 {
   color: #47064E;
 }
</style>

background-color css

<style>
 a { background-color: #47064E; }

 a { background-color: rgb(71,6,78); }

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

border-color css

<style>
 span { border-color: #47064E; }

 span { border-color: rgb(71,6,78); }

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