#961D70

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

Shades of Dark Purple #961D70

Tints of Dark Purple #961D70

Color information

#961D70 (or 0x961D70) is unknown color: approx Dark Purple. HEX triplet: 96, 1D and 70. RGB value is (150,29,112). Sum of RGB (Red+Green+Blue) = 150+29+112=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D70 is #69E28F. Grayscale: #4A4A4A. Windows color (decimal): -6939280 or 7347606. OLE color: 7347606.

HSL color Cylindrical-coordinate representation of color #961D70: hue angle of 318.84º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D70 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15029112-
CMYK00.810.250.41
HSL318.84º67.6%35.1%-
HSV(B)318.84º80.67%58.82%-
XYZ15.948.5316.14-
YUV74.64149.09181.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=51.55%
G=9.97%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502911200.810.250.41318.8467.635.1
Hex961D70051192913f4423
Octal226351600121315147710443
Binary1001011011101111000001010001110011010011001111111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961D70; }

 p { color: rgb(150,29,112); }

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

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

 a { background-color: rgb(150,29,112); }

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

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

 span { border-color: rgb(150,29,112); }

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