#963673

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

Shades of Dark Purple #963673

Tints of Dark Purple #963673

Color information

#963673 (or 0x963673) is unknown color: approx Dark Purple. HEX triplet: 96, 36 and 73. RGB value is (150,54,115). Sum of RGB (Red+Green+Blue) = 150+54+115=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #963673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963673 is #69C98C. Grayscale: #595959. Windows color (decimal): -6932877 or 7550614. OLE color: 7550614.

HSL color Cylindrical-coordinate representation of color #963673: hue angle of 321.88º 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 #963673 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15054115-
CMYK00.640.230.41
HSL321.88º47.06%40%-
HSV(B)321.88º64%58.82%-
XYZ16.9910.3617.32-
YUV89.66142.3171.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=47.02%
G=16.93%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505411500.640.230.41321.8847.0640
Hex96367304017291422f28
Octal22666163010027515025750
Binary1001011011011011100110100000010111101001101000010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963673; }

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

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

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

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

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

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

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

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