#963679

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

Shades of Dark Purple #963679

Tints of Dark Purple #963679

Color information

#963679 (or 0x963679) is unknown color: approx Dark Purple. HEX triplet: 96, 36 and 79. RGB value is (150,54,121). Sum of RGB (Red+Green+Blue) = 150+54+121=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #963679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963679 is #69C986. Grayscale: #5A5A5A. Windows color (decimal): -6932871 or 7943830. OLE color: 7943830.

HSL color Cylindrical-coordinate representation of color #963679: hue angle of 318.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #963679 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15054121-
CMYK00.640.190.41
HSL318.12º47.06%40%-
HSV(B)318.12º64%58.82%-
XYZ17.3510.519.2-
YUV90.34145.3170.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=46.15%
G=16.62%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505412100.640.190.41318.1247.0640
Hex963679040132913e2f28
Octal22666171010023514765750
Binary1001011011011011110010100000010011101001100111110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963679; }

 p { color: rgb(150,54,121); }

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

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

 a { background-color: rgb(150,54,121); }

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

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

 span { border-color: rgb(150,54,121); }

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