#963575

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

Shades of Dark Purple #963575

Tints of Dark Purple #963575

Color information

#963575 (or 0x963575) is unknown color: approx Dark Purple. HEX triplet: 96, 35 and 75. RGB value is (150,53,117). Sum of RGB (Red+Green+Blue) = 150+53+117=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #963575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963575 is #69CA8A. Grayscale: #595959. Windows color (decimal): -6933131 or 7681430. OLE color: 7681430.

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

Color convert

RGB15053117-
CMYK00.650.220.41
HSL320.41º47.78%39.8%-
HSV(B)320.41º64.67%58.82%-
XYZ17.0610.3117.92-
YUV89.3143.64171.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=46.88%
G=16.56%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505311700.650.220.41320.4147.7839.8
Hex96357504116291403028
Octal22665165010126515006050
Binary1001011011010111101010100000110110101001101000000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963575; }

 p { color: rgb(150,53,117); }

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

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

 a { background-color: rgb(150,53,117); }

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

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

 span { border-color: rgb(150,53,117); }

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