Html Css Color HEX #470951 Hot Purple

📋 copy color: '#470951'

red 71 ◦ green 9 ◦ blue 81

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

Shades of Hot Purple #470951

Tints of Hot Purple #470951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 44.1%
G = 5.59%
B = 50.31%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470951 (or 0x470951) is known color: Hot Purple. HEX triplet: 47, 09 and 51. RGB value is (71,9,81). Sum of RGB (Red+Green+Blue) = 71+9+81=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #470951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470951 is #B8F6AE. Grayscale: #232323. Windows color (decimal): -12121775 or 5310791. OLE color: 5310791.

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

Color convert

RGB 71 9 81 -
CMYK 0.12 0.89 0 0.68
HSL 291.67º 0.8% 0.18% -
HSV(B) 291.67º 0.89% 0.32% -
XYZ 4.18 2.13 7.98 -
YUV 35.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 71 9 81 0.12 0.89 0 0.68 291.67 0.8 0.18
Hex 47 9 51 C 59 0 44 124 50 12
Octal 107 11 121 14 131 0 104 444 120 22
Binary 1000111 1001 1010001 1100 1011001 0 1000100 100100100 1010000 10010

Color Harmonies of #470951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470951

Black with #470951

Text Example


Text Example

White with #470951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470951; }

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

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

background-color css

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

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

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

border-color css

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

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

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