Html Css Color HEX #472349 Hot Purple

📋 copy color: '#472349'

red 71 ◦ green 35 ◦ blue 73

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

Shades of Hot Purple #472349

Tints of Hot Purple #472349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

 BLUE value IS 73 (28.91% from 255) = 40.78%

R = 39.66%
G = 19.55%
B = 40.78%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#472349 (or 0x472349) is known color: Hot Purple. HEX triplet: 47, 23 and 49. RGB value is (71,35,73). Sum of RGB (Red+Green+Blue) = 71+35+73=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 73 - color contains mainly: blue. Hex color #472349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472349 is #B8DCB6. Grayscale: #313131. Windows color (decimal): -12115127 or 4793159. OLE color: 4793159.

HSL color Cylindrical-coordinate representation of color #472349: hue angle of 296.84º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472349 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 35 73 -
CMYK 0.03 0.52 0 0.71
HSL 296.84º 0.35% 0.21% -
HSV(B) 296.84º 0.52% 0.29% -
XYZ 4.4 3.02 6.65 -
YUV 50.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 71 35 73 0.03 0.52 0 0.71 296.84 0.35 0.21
Hex 47 23 49 3 34 0 47 129 23 15
Octal 107 43 111 3 64 0 107 451 43 25
Binary 1000111 100011 1001001 11 110100 0 1000111 100101001 100011 10101

Color Harmonies of #472349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472349

Black with #472349

Text Example


Text Example

White with #472349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472349; }

 p { color: rgb(71,35,73); }

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

background-color css

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

 a { background-color: rgb(71,35,73); }

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

border-color css

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

 span { border-color: rgb(71,35,73); }

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