Html Css Color HEX #471B50 Hot Purple

📋 copy color: '#471B50'

red 71 ◦ green 27 ◦ blue 80

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

Shades of Hot Purple #471B50

Tints of Hot Purple #471B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 39.89%
G = 15.17%
B = 44.94%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#471B50 (or 0x471B50) is known color: Hot Purple. HEX triplet: 47, 1B and 50. RGB value is (71,27,80). Sum of RGB (Red+Green+Blue) = 71+27+80=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #471B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B50 is #B8E4AF. Grayscale: #2E2E2E. Windows color (decimal): -12117168 or 5249863. OLE color: 5249863.

HSL color Cylindrical-coordinate representation of color #471B50: hue angle of 289.81º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471B50 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 27 80 -
CMYK 0.11 0.66 0 0.69
HSL 289.81º 0.5% 0.21% -
HSV(B) 289.81º 0.66% 0.31% -
XYZ 4.44 2.7 7.88 -
YUV 46.2 147.08 145.69 -
System Red Green Blue C M Y K H S L
Decimal 71 27 80 0.11 0.66 0 0.69 289.81 0.5 0.21
Hex 47 1B 50 B 42 0 45 122 32 15
Octal 107 33 120 13 102 0 105 442 62 25
Binary 1000111 11011 1010000 1011 1000010 0 1000101 100100010 110010 10101

Color Harmonies of #471B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B50

Black with #471B50

Text Example


Text Example

White with #471B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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