Html Css Color HEX #840871 Purple

📋 copy color: '#840871'

red 132 ◦ green 8 ◦ blue 113

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

Shades of Purple #840871

Tints of Purple #840871

RGB

 RED value IS 132 (51.95% from 255) = 52.17%

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

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 52.17%
G = 3.16%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#840871 (or 0x840871) is known color: Purple. HEX triplet: 84, 08 and 71. RGB value is (132,8,113). Sum of RGB (Red+Green+Blue) = 132+8+113=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #840871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840871 is #7BF78E. Grayscale: #383838. Windows color (decimal): -8124303 or 7407748. OLE color: 7407748.

HSL color Cylindrical-coordinate representation of color #840871: hue angle of 309.19º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840871 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 113 -
CMYK 0 0.94 0.14 0.48
HSL 309.19º 0.89% 0.27% -
HSV(B) 309.19º 0.94% 0.52% -
XYZ 12.58 6.27 16.17 -
YUV 57.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 132 8 113 0 0.94 0.14 0.48 309.19 0.89 0.27
Hex 84 8 71 0 5E E 30 135 59 1B
Octal 204 10 161 0 136 16 60 465 131 33
Binary 10000100 1000 1110001 0 1011110 1110 110000 100110101 1011001 11011

Color Harmonies of #840871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840871

Black with #840871

Text Example


Text Example

White with #840871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840871; }

 p { color: rgb(132,8,113); }

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

background-color css

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

 a { background-color: rgb(132,8,113); }

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

border-color css

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

 span { border-color: rgb(132,8,113); }

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