#963674

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

Shades of Dark Purple #963674

Tints of Dark Purple #963674

Color information

#963674 (or 0x963674) is unknown color: approx Dark Purple. HEX triplet: 96, 36 and 74. RGB value is (150,54,116). Sum of RGB (Red+Green+Blue) = 150+54+116=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #963674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963674 is #69C98B. Grayscale: #595959. Windows color (decimal): -6932876 or 7616150. OLE color: 7616150.

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

Color convert

RGB15054116-
CMYK00.640.230.41
HSL321.25º47.06%40%-
HSV(B)321.25º64%58.82%-
XYZ17.0510.3817.63-
YUV89.77142.8170.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=46.88%
G=16.88%
B=36.25%

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
Decimal1505411600.640.230.41321.2547.0640
Hex96367404017291412f28
Octal22666164010027515015750
Binary1001011011011011101000100000010111101001101000001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963674; }

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

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

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

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

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

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

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

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