Html Css Color HEX #47064F Hot Purple

📋 copy color: '#47064F'

red 71 ◦ green 6 ◦ blue 79

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

Shades of Hot Purple #47064F

Tints of Hot Purple #47064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50.64%

R = 45.51%
G = 3.85%
B = 50.64%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47064F (or 0x47064F) is known color: Hot Purple. HEX triplet: 47, 06 and 4F. RGB value is (71,6,79). Sum of RGB (Red+Green+Blue) = 71+6+79=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #47064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47064F is #B8F9B0. Grayscale: #212121. Windows color (decimal): -12122545 or 5178951. OLE color: 5178951.

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

Color convert

RGB 71 6 79 -
CMYK 0.10 0.92 0 0.69
HSL 293.42º 0.86% 0.17% -
HSV(B) 293.42º 0.92% 0.31% -
XYZ 4.07 2.03 7.58 -
YUV 33.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 71 6 79 0.10 0.92 0 0.69 293.42 0.86 0.17
Hex 47 6 4F A 5C 0 45 125 56 11
Octal 107 6 117 12 134 0 105 445 126 21
Binary 1000111 110 1001111 1010 1011100 0 1000101 100100101 1010110 10001

Color Harmonies of #47064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47064F

Black with #47064F

Text Example


Text Example

White with #47064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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