Html Css Color HEX #47324A Hot Purple

📋 copy color: '#47324A'

red 71 ◦ green 50 ◦ blue 74

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

Shades of Hot Purple #47324A

Tints of Hot Purple #47324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 36.41%
G = 25.64%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47324A (or 0x47324A) is known color: Hot Purple. HEX triplet: 47, 32 and 4A. RGB value is (71,50,74). Sum of RGB (Red+Green+Blue) = 71+50+74=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 74 - color contains mainly: blue. Hex color #47324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47324A is #B8CDB5. Grayscale: #3A3A3A. Windows color (decimal): -12111286 or 4862535. OLE color: 4862535.

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

Color convert

RGB 71 50 74 -
CMYK 0.04 0.32 0 0.71
HSL 292.5º 0.19% 0.24% -
HSV(B) 292.5º 0.32% 0.29% -
XYZ 4.98 4.12 7.01 -
YUV 59.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 71 50 74 0.04 0.32 0 0.71 292.5 0.19 0.24
Hex 47 32 4A 4 20 0 47 124 13 18
Octal 107 62 112 4 40 0 107 444 23 30
Binary 1000111 110010 1001010 100 100000 0 1000111 100100100 10011 11000

Color Harmonies of #47324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47324A

Black with #47324A

Text Example


Text Example

White with #47324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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