Html Css Color HEX #470851 Hot Purple

📋 copy color: '#470851'

red 71 ◦ green 8 ◦ blue 81

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

Shades of Hot Purple #470851

Tints of Hot Purple #470851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 44.38%
G = 5%
B = 50.63%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#470851 (or 0x470851) is known color: Hot Purple. HEX triplet: 47, 08 and 51. RGB value is (71,8,81). Sum of RGB (Red+Green+Blue) = 71+8+81=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #470851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470851 is #B8F7AE. Grayscale: #222222. Windows color (decimal): -12122031 or 5310535. OLE color: 5310535.

HSL color Cylindrical-coordinate representation of color #470851: hue angle of 291.78º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470851 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 8 81 -
CMYK 0.12 0.90 0 0.68
HSL 291.78º 0.82% 0.17% -
HSV(B) 291.78º 0.9% 0.32% -
XYZ 4.17 2.11 7.97 -
YUV 35.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 71 8 81 0.12 0.90 0 0.68 291.78 0.82 0.17
Hex 47 8 51 C 5A 0 44 124 52 11
Octal 107 10 121 14 132 0 104 444 122 21
Binary 1000111 1000 1010001 1100 1011010 0 1000100 100100100 1010010 10001

Color Harmonies of #470851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470851

Black with #470851

Text Example


Text Example

White with #470851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470851; }

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

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

background-color css

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

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

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

border-color css

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

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

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