Html Css Color HEX #47084D Hot Purple

📋 copy color: '#47084D'

red 71 ◦ green 8 ◦ blue 77

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

Shades of Hot Purple #47084D

Tints of Hot Purple #47084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.13%

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

R = 45.51%
G = 5.13%
B = 49.36%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47084D (or 0x47084D) is known color: Hot Purple. HEX triplet: 47, 08 and 4D. RGB value is (71,8,77). Sum of RGB (Red+Green+Blue) = 71+8+77=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #47084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47084D is #B8F7B2. Grayscale: #222222. Windows color (decimal): -12122035 or 5048391. OLE color: 5048391.

HSL color Cylindrical-coordinate representation of color #47084D: hue angle of 294.78º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47084D is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 8 77 -
CMYK 0.08 0.90 0 0.70
HSL 294.78º 0.81% 0.17% -
HSV(B) 294.78º 0.9% 0.3% -
XYZ 4.02 2.05 7.2 -
YUV 34.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 71 8 77 0.08 0.90 0 0.70 294.78 0.81 0.17
Hex 47 8 4D 8 5A 0 46 127 51 11
Octal 107 10 115 10 132 0 106 447 121 21
Binary 1000111 1000 1001101 1000 1011010 0 1000110 100100111 1010001 10001

Color Harmonies of #47084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47084D

Black with #47084D

Text Example


Text Example

White with #47084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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