#962971

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

Shades of Dark Purple #962971

Tints of Dark Purple #962971

Color information

#962971 (or 0x962971) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 71. RGB value is (150,41,113). Sum of RGB (Red+Green+Blue) = 150+41+113=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962971 is #69D68E. Grayscale: #515151. Windows color (decimal): -6936207 or 7416214. OLE color: 7416214.

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

Color convert

RGB15041113-
CMYK00.730.250.41
HSL320.37º57.07%37.45%-
HSV(B)320.37º72.67%58.82%-
XYZ16.359.2616.55-
YUV81.8145.61176.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 41 (16.41% from 255) = 13.49%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=49.34%
G=13.49%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504111300.730.250.41320.3757.0737.45
Hex96297104919291403925
Octal22651161011131515007145
Binary1001011010100111100010100100111001101001101000000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962971; }

 p { color: rgb(150,41,113); }

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

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

 a { background-color: rgb(150,41,113); }

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

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

 span { border-color: rgb(150,41,113); }

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