Html Css Color HEX #472350 Hot Purple

📋 copy color: '#472350'

red 71 ◦ green 35 ◦ blue 80

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

Shades of Hot Purple #472350

Tints of Hot Purple #472350

RGB

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

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

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

R = 38.17%
G = 18.82%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#472350 (or 0x472350) is known color: Hot Purple. HEX triplet: 47, 23 and 50. RGB value is (71,35,80). Sum of RGB (Red+Green+Blue) = 71+35+80=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #472350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472350 is #B8DCAF. Grayscale: #323232. Windows color (decimal): -12115120 or 5251911. OLE color: 5251911.

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

Color convert

RGB 71 35 80 -
CMYK 0.11 0.56 0 0.69
HSL 288º 0.39% 0.23% -
HSV(B) 288º 0.56% 0.31% -
XYZ 4.65 3.12 7.95 -
YUV 50.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 71 35 80 0.11 0.56 0 0.69 288 0.39 0.23
Hex 47 23 50 B 38 0 45 120 27 17
Octal 107 43 120 13 70 0 105 440 47 27
Binary 1000111 100011 1010000 1011 111000 0 1000101 100100000 100111 10111

Color Harmonies of #472350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472350

Black with #472350

Text Example


Text Example

White with #472350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472350; }

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

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

background-color css

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

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

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

border-color css

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

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

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