Html Css Color HEX #472050 Hot Purple

📋 copy color: '#472050'

red 71 ◦ green 32 ◦ blue 80

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

Shades of Hot Purple #472050

Tints of Hot Purple #472050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 38.8%
G = 17.49%
B = 43.72%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#472050 (or 0x472050) is known color: Hot Purple. HEX triplet: 47, 20 and 50. RGB value is (71,32,80). Sum of RGB (Red+Green+Blue) = 71+32+80=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #472050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472050 is #B8DFAF. Grayscale: #303030. Windows color (decimal): -12115888 or 5251143. OLE color: 5251143.

HSL color Cylindrical-coordinate representation of color #472050: hue angle of 288.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472050 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 32 80 -
CMYK 0.11 0.60 0 0.69
HSL 288.75º 0.43% 0.22% -
HSV(B) 288.75º 0.6% 0.31% -
XYZ 4.56 2.95 7.92 -
YUV 49.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 71 32 80 0.11 0.60 0 0.69 288.75 0.43 0.22
Hex 47 20 50 B 3C 0 45 121 2B 16
Octal 107 40 120 13 74 0 105 441 53 26
Binary 1000111 100000 1010000 1011 111100 0 1000101 100100001 101011 10110

Color Harmonies of #472050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472050

Black with #472050

Text Example


Text Example

White with #472050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472050; }

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

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

background-color css

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

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

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

border-color css

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

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

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