Html Css Color HEX #471B51 Hot Purple

📋 copy color: '#471B51'

red 71 ◦ green 27 ◦ blue 81

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

Shades of Hot Purple #471B51

Tints of Hot Purple #471B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.08%

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

R = 39.66%
G = 15.08%
B = 45.25%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#471B51 (or 0x471B51) is known color: Hot Purple. HEX triplet: 47, 1B and 51. RGB value is (71,27,81). Sum of RGB (Red+Green+Blue) = 71+27+81=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #471B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B51 is #B8E4AE. Grayscale: #2E2E2E. Windows color (decimal): -12117167 or 5315399. OLE color: 5315399.

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

Color convert

RGB 71 27 81 -
CMYK 0.12 0.67 0 0.68
HSL 288.89º 0.5% 0.21% -
HSV(B) 288.89º 0.67% 0.32% -
XYZ 4.48 2.72 8.07 -
YUV 46.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 71 27 81 0.12 0.67 0 0.68 288.89 0.5 0.21
Hex 47 1B 51 C 43 0 44 121 32 15
Octal 107 33 121 14 103 0 104 441 62 25
Binary 1000111 11011 1010001 1100 1000011 0 1000100 100100001 110010 10101

Color Harmonies of #471B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B51

Black with #471B51

Text Example


Text Example

White with #471B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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