#861268

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

Shades of Dark Purple #861268

Tints of Dark Purple #861268

Color information

#861268 (or 0x861268) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 68. RGB value is (134,18,104). Sum of RGB (Red+Green+Blue) = 134+18+104=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #861268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861268 is #79ED97. Grayscale: #3E3E3E. Windows color (decimal): -7990680 or 6820486. OLE color: 6820486.

HSL color Cylindrical-coordinate representation of color #861268: hue angle of 315.52º 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 #861268 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13418104-
CMYK00.870.220.47
HSL315.52º76.32%29.8%-
HSV(B)315.52º86.57%52.55%-
XYZ12.556.513.69-
YUV62.49151.43179.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=52.34%
G=7.03%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341810400.870.220.47315.5276.3229.8
Hex861268057162F13c4c1e
Octal206221500127265747411436
Binary100001101001011010000101011110110101111100111100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861268; }

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

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

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

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

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

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

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

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