Html Css Color HEX #47204D Hot Purple

📋 copy color: '#47204D'

red 71 ◦ green 32 ◦ blue 77

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

Shades of Hot Purple #47204D

Tints of Hot Purple #47204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 39.44%
G = 17.78%
B = 42.78%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47204D (or 0x47204D) is known color: Hot Purple. HEX triplet: 47, 20 and 4D. RGB value is (71,32,77). Sum of RGB (Red+Green+Blue) = 71+32+77=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #47204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47204D is #B8DFB2. Grayscale: #303030. Windows color (decimal): -12115891 or 5054535. OLE color: 5054535.

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

Color convert

RGB 71 32 77 -
CMYK 0.08 0.58 0 0.70
HSL 292º 0.41% 0.21% -
HSV(B) 292º 0.58% 0.3% -
XYZ 4.45 2.91 7.35 -
YUV 48.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 71 32 77 0.08 0.58 0 0.70 292 0.41 0.21
Hex 47 20 4D 8 3A 0 46 124 29 15
Octal 107 40 115 10 72 0 106 444 51 25
Binary 1000111 100000 1001101 1000 111010 0 1000110 100100100 101001 10101

Color Harmonies of #47204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47204D

Black with #47204D

Text Example


Text Example

White with #47204D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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