Html Css Color HEX #471151 Hot Purple

📋 copy color: '#471151'

red 71 ◦ green 17 ◦ blue 81

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

Shades of Hot Purple #471151

Tints of Hot Purple #471151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

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

R = 42.01%
G = 10.06%
B = 47.93%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471151 (or 0x471151) is known color: Hot Purple. HEX triplet: 47, 11 and 51. RGB value is (71,17,81). Sum of RGB (Red+Green+Blue) = 71+17+81=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #471151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471151 is #B8EEAE. Grayscale: #282828. Windows color (decimal): -12119727 or 5312839. OLE color: 5312839.

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

Color convert

RGB 71 17 81 -
CMYK 0.12 0.79 0 0.68
HSL 290.63º 0.65% 0.19% -
HSV(B) 290.63º 0.79% 0.32% -
XYZ 4.28 2.33 8.01 -
YUV 40.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 71 17 81 0.12 0.79 0 0.68 290.63 0.65 0.19
Hex 47 11 51 C 4F 0 44 123 41 13
Octal 107 21 121 14 117 0 104 443 101 23
Binary 1000111 10001 1010001 1100 1001111 0 1000100 100100011 1000001 10011

Color Harmonies of #471151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471151

Black with #471151

Text Example


Text Example

White with #471151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471151; }

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

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

background-color css

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

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

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

border-color css

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

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

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