Html Css Color HEX #840271 Purple

📋 copy color: '#840271'

red 132 ◦ green 2 ◦ blue 113

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

Shades of Purple #840271

Tints of Purple #840271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 53.44%
G = 0.81%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#840271 (or 0x840271) is known color: Purple. HEX triplet: 84, 02 and 71. RGB value is (132,2,113). Sum of RGB (Red+Green+Blue) = 132+2+113=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #840271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840271 is #7BFD8E. Grayscale: #353535. Windows color (decimal): -8125839 or 7406212. OLE color: 7406212.

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

Color convert

RGB 132 2 113 -
CMYK 0 0.98 0.14 0.48
HSL 308.77º 0.97% 0.26% -
HSV(B) 308.77º 0.98% 0.52% -
XYZ 12.52 6.14 16.15 -
YUV 53.52 161.57 183.97 -
System Red Green Blue C M Y K H S L
Decimal 132 2 113 0 0.98 0.14 0.48 308.77 0.97 0.26
Hex 84 2 71 0 62 E 30 135 61 1A
Octal 204 2 161 0 142 16 60 465 141 32
Binary 10000100 10 1110001 0 1100010 1110 110000 100110101 1100001 11010

Color Harmonies of #840271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840271

Black with #840271

Text Example


Text Example

White with #840271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840271; }

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

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

background-color css

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

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

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

border-color css

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

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

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