#961778

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

Shades of Dark Purple #961778

Tints of Dark Purple #961778

Color information

#961778 (or 0x961778) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 78. RGB value is (150,23,120). Sum of RGB (Red+Green+Blue) = 150+23+120=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #961778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961778 is #69E887. Grayscale: #474747. Windows color (decimal): -6940808 or 7870358. OLE color: 7870358.

HSL color Cylindrical-coordinate representation of color #961778: hue angle of 314.17º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961778 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15023120-
CMYK00.850.200.41
HSL314.17º73.41%33.92%-
HSV(B)314.17º84.67%58.82%-
XYZ16.278.4518.54-
YUV72.03155.08183.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 120 (47.27% from 255) = 40.96%
R=51.19%
G=7.85%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502312000.850.200.41314.1773.4133.92
Hex961778055142913a4922
Octal226271700125245147211142
Binary1001011010111111100001010101101001010011001110101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961778; }

 p { color: rgb(150,23,120); }

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

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

 a { background-color: rgb(150,23,120); }

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

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

 span { border-color: rgb(150,23,120); }

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