Html Css Color HEX #472650 Hot Purple

📋 copy color: '#472650'

red 71 ◦ green 38 ◦ blue 80

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

Shades of Hot Purple #472650

Tints of Hot Purple #472650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 37.57%
G = 20.11%
B = 42.33%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#472650 (or 0x472650) is known color: Hot Purple. HEX triplet: 47, 26 and 50. RGB value is (71,38,80). Sum of RGB (Red+Green+Blue) = 71+38+80=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #472650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472650 is #B8D9AF. Grayscale: #343434. Windows color (decimal): -12114352 or 5252679. OLE color: 5252679.

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

Color convert

RGB 71 38 80 -
CMYK 0.11 0.52 0 0.69
HSL 287.14º 0.36% 0.23% -
HSV(B) 287.14º 0.53% 0.31% -
XYZ 4.74 3.31 7.98 -
YUV 52.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 71 38 80 0.11 0.52 0 0.69 287.14 0.36 0.23
Hex 47 26 50 B 34 0 45 11F 24 17
Octal 107 46 120 13 64 0 105 437 44 27
Binary 1000111 100110 1010000 1011 110100 0 1000101 100011111 100100 10111

Color Harmonies of #472650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472650

Black with #472650

Text Example


Text Example

White with #472650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472650; }

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

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

background-color css

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

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

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

border-color css

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

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

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