Html Css Color HEX #472150 Hot Purple

📋 copy color: '#472150'

red 71 ◦ green 33 ◦ blue 80

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

Shades of Hot Purple #472150

Tints of Hot Purple #472150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 38.59%
G = 17.93%
B = 43.48%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#472150 (or 0x472150) is known color: Hot Purple. HEX triplet: 47, 21 and 50. RGB value is (71,33,80). Sum of RGB (Red+Green+Blue) = 71+33+80=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #472150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472150 is #B8DEAF. Grayscale: #313131. Windows color (decimal): -12115632 or 5251399. OLE color: 5251399.

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

Color convert

RGB 71 33 80 -
CMYK 0.11 0.59 0 0.69
HSL 288.51º 0.42% 0.22% -
HSV(B) 288.51º 0.59% 0.31% -
XYZ 4.59 3.01 7.93 -
YUV 49.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 71 33 80 0.11 0.59 0 0.69 288.51 0.42 0.22
Hex 47 21 50 B 3B 0 45 121 2A 16
Octal 107 41 120 13 73 0 105 441 52 26
Binary 1000111 100001 1010000 1011 111011 0 1000101 100100001 101010 10110

Color Harmonies of #472150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472150

Black with #472150

Text Example


Text Example

White with #472150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472150; }

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

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

background-color css

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

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

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

border-color css

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

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

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