#861267

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

Shades of Dark Purple #861267

Tints of Dark Purple #861267

Color information

#861267 (or 0x861267) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 67. RGB value is (134,18,103). Sum of RGB (Red+Green+Blue) = 134+18+103=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #861267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861267 is #79ED98. Grayscale: #3E3E3E. Windows color (decimal): -7990681 or 6754950. OLE color: 6754950.

HSL color Cylindrical-coordinate representation of color #861267: hue angle of 316.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861267 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13418103-
CMYK00.870.230.47
HSL316.03º76.32%29.8%-
HSV(B)316.03º86.57%52.55%-
XYZ12.56.4813.42-
YUV62.37150.93179.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=52.55%
G=7.06%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341810300.870.230.47316.0376.3229.8
Hex861267057172F13c4c1e
Octal206221470127275747411436
Binary100001101001011001110101011110111101111100111100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861267; }

 p { color: rgb(134,18,103); }

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

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

 a { background-color: rgb(134,18,103); }

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

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

 span { border-color: rgb(134,18,103); }

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