Html Css Color HEX #471951 Hot Purple

📋 copy color: '#471951'

red 71 ◦ green 25 ◦ blue 81

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

Shades of Hot Purple #471951

Tints of Hot Purple #471951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 40.11%
G = 14.12%
B = 45.76%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471951 (or 0x471951) is known color: Hot Purple. HEX triplet: 47, 19 and 51. RGB value is (71,25,81). Sum of RGB (Red+Green+Blue) = 71+25+81=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #471951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471951 is #B8E6AE. Grayscale: #2C2C2C. Windows color (decimal): -12117679 or 5314887. OLE color: 5314887.

HSL color Cylindrical-coordinate representation of color #471951: hue angle of 289.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471951 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 25 81 -
CMYK 0.12 0.69 0 0.68
HSL 289.29º 0.53% 0.21% -
HSV(B) 289.29º 0.69% 0.32% -
XYZ 4.43 2.63 8.06 -
YUV 45.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 71 25 81 0.12 0.69 0 0.68 289.29 0.53 0.21
Hex 47 19 51 C 45 0 44 121 35 15
Octal 107 31 121 14 105 0 104 441 65 25
Binary 1000111 11001 1010001 1100 1000101 0 1000100 100100001 110101 10101

Color Harmonies of #471951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471951

Black with #471951

Text Example


Text Example

White with #471951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471951; }

 p { color: rgb(71,25,81); }

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

background-color css

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

 a { background-color: rgb(71,25,81); }

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

border-color css

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

 span { border-color: rgb(71,25,81); }

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