#862968

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

Shades of Dark Purple #862968

Tints of Dark Purple #862968

Color information

#862968 (or 0x862968) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 68. RGB value is (134,41,104). Sum of RGB (Red+Green+Blue) = 134+41+104=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #862968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862968 is #79D697. Grayscale: #4B4B4B. Windows color (decimal): -7984792 or 6826374. OLE color: 6826374.

HSL color Cylindrical-coordinate representation of color #862968: hue angle of 319.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862968 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13441104-
CMYK00.690.220.47
HSL319.35º53.14%34.31%-
HSV(B)319.35º69.4%52.55%-
XYZ13.127.6513.88-
YUV75.99143.81169.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=48.03%
G=14.70%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344110400.690.220.47319.3553.1434.31
Hex862968045162F13f3522
Octal20651150010526574776542
Binary1000011010100111010000100010110110101111100111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862968; }

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

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

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

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

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

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

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

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