#962D70

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

Shades of Dark Purple #962D70

Tints of Dark Purple #962D70

Color information

#962D70 (or 0x962D70) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 70. RGB value is (150,45,112). Sum of RGB (Red+Green+Blue) = 150+45+112=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #962D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D70 is #69D28F. Grayscale: #535353. Windows color (decimal): -6935184 or 7351702. OLE color: 7351702.

HSL color Cylindrical-coordinate representation of color #962D70: hue angle of 321.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D70 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15045112-
CMYK00.700.250.41
HSL321.71º53.85%38.24%-
HSV(B)321.71º70%58.82%-
XYZ16.449.5316.3-
YUV84.03143.79175.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=48.86%
G=14.66%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504511200.700.250.41321.7153.8538.24
Hex962D7004619291423626
Octal22655160010631515026646
Binary1001011010110111100000100011011001101001101000010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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