#861278

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

Shades of Dark Purple #861278

Tints of Dark Purple #861278

Color information

#861278 (or 0x861278) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 78. RGB value is (134,18,120). Sum of RGB (Red+Green+Blue) = 134+18+120=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #861278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861278 is #79ED87. Grayscale: #404040. Windows color (decimal): -7990664 or 7869062. OLE color: 7869062.

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

Color convert

RGB13418120-
CMYK00.870.100.47
HSL307.24º76.32%29.8%-
HSV(B)307.24º86.57%52.55%-
XYZ13.446.8618.38-
YUV64.31159.43177.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=49.26%
G=6.62%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341812000.870.100.47307.2476.3229.8
Hex861278057A2F1334c1e
Octal206221700127125746311436
Binary10000110100101111000010101111010101111100110011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861278; }

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

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

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

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

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

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

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

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