#963075

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

Shades of Dark Purple #963075

Tints of Dark Purple #963075

Color information

#963075 (or 0x963075) is unknown color: approx Dark Purple. HEX triplet: 96, 30 and 75. RGB value is (150,48,117). Sum of RGB (Red+Green+Blue) = 150+48+117=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #963075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963075 is #69CF8A. Grayscale: #565656. Windows color (decimal): -6934411 or 7680150. OLE color: 7680150.

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

Color convert

RGB15048117-
CMYK00.680.220.41
HSL319.41º51.52%38.82%-
HSV(B)319.41º68%58.82%-
XYZ16.859.8817.85-
YUV86.36145.29173.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=47.62%
G=15.24%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504811700.680.220.41319.4151.5238.82
Hex963075044162913f3427
Octal22660165010426514776447
Binary1001011011000011101010100010010110101001100111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963075; }

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

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

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

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

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

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

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

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