#961378

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

Shades of Dark Purple #961378

Tints of Dark Purple #961378

Color information

#961378 (or 0x961378) is unknown color: approx Dark Purple. HEX triplet: 96, 13 and 78. RGB value is (150,19,120). Sum of RGB (Red+Green+Blue) = 150+19+120=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #961378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961378 is #69EC87. Grayscale: #454545. Windows color (decimal): -6941832 or 7869334. OLE color: 7869334.

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

Color convert

RGB15019120-
CMYK00.870.200.41
HSL313.74º77.51%33.14%-
HSV(B)313.74º87.33%58.82%-
XYZ16.28.3118.52-
YUV69.68156.4185.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=51.90%
G=6.57%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501912000.870.200.41313.7477.5133.14
Hex961378057142913a4e21
Octal226231700127245147211641
Binary1001011010011111100001010111101001010011001110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961378; }

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

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

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

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

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

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

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

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