#862271

Color #862271 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #862271

Tints of Dark Purple #862271

Color information

#862271 (or 0x862271) is unknown color: approx Dark Purple. HEX triplet: 86, 22 and 71. RGB value is (134,34,113). Sum of RGB (Red+Green+Blue) = 134+34+113=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #862271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862271 is #79DD8E. Grayscale: #484848. Windows color (decimal): -7986575 or 7414406. OLE color: 7414406.

HSL color Cylindrical-coordinate representation of color #862271: hue angle of 312.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862271 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13434113-
CMYK00.750.160.47
HSL312.6º59.52%32.94%-
HSV(B)312.6º74.63%52.55%-
XYZ13.387.416.35-
YUV72.91150.63171.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=47.69%
G=12.10%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343411300.750.160.47312.659.5232.94
Hex86227104B102F1393c21
Octal20642161011320574717441
Binary1000011010001011100010100101110000101111100111001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862271; }

 p { color: rgb(134,34,113); }

 H1.HeaderClassName
 {
   color: #862271;
 }
 .AnyTagClassName
 {
   color: #862271;
 }
</style>
background-color css

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

 a { background-color: rgb(134,34,113); }

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

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

 span { border-color: rgb(134,34,113); }

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