Html Css Color HEX #47204A Hot Purple

📋 copy color: '#47204A'

red 71 ◦ green 32 ◦ blue 74

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

Shades of Hot Purple #47204A

Tints of Hot Purple #47204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.81%

R = 40.11%
G = 18.08%
B = 41.81%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47204A (or 0x47204A) is known color: Hot Purple. HEX triplet: 47, 20 and 4A. RGB value is (71,32,74). Sum of RGB (Red+Green+Blue) = 71+32+74=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #47204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47204A is #B8DFB5. Grayscale: #303030. Windows color (decimal): -12115894 or 4857927. OLE color: 4857927.

HSL color Cylindrical-coordinate representation of color #47204A: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47204A is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 32 74 -
CMYK 0.04 0.57 0 0.71
HSL 295.71º 0.4% 0.21% -
HSV(B) 295.71º 0.57% 0.29% -
XYZ 4.35 2.87 6.8 -
YUV 48.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 71 32 74 0.04 0.57 0 0.71 295.71 0.4 0.21
Hex 47 20 4A 4 39 0 47 128 28 15
Octal 107 40 112 4 71 0 107 450 50 25
Binary 1000111 100000 1001010 100 111001 0 1000111 100101000 101000 10101

Color Harmonies of #47204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47204A

Black with #47204A

Text Example


Text Example

White with #47204A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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