#861275

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

Shades of Dark Purple #861275

Tints of Dark Purple #861275

Color information

#861275 (or 0x861275) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 75. RGB value is (134,18,117). Sum of RGB (Red+Green+Blue) = 134+18+117=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #861275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861275 is #79ED8A. Grayscale: #3F3F3F. Windows color (decimal): -7990667 or 7672454. OLE color: 7672454.

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

Color convert

RGB13418117-
CMYK00.870.130.47
HSL308.79º76.32%29.8%-
HSV(B)308.79º86.57%52.55%-
XYZ13.266.7917.44-
YUV63.97157.93177.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=49.81%
G=6.69%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341811700.870.130.47308.7976.3229.8
Hex861275057D2F1354c1e
Octal206221650127155746511436
Binary10000110100101110101010101111101101111100110101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861275; }

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

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

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

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

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

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

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

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