#962975

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

Shades of Dark Purple #962975

Tints of Dark Purple #962975

Color information

#962975 (or 0x962975) is unknown color: approx Dark Purple. HEX triplet: 96, 29 and 75. RGB value is (150,41,117). Sum of RGB (Red+Green+Blue) = 150+41+117=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #962975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962975 is #69D68A. Grayscale: #525252. Windows color (decimal): -6936203 or 7678358. OLE color: 7678358.

HSL color Cylindrical-coordinate representation of color #962975: hue angle of 318.17º 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 #962975 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB15041117-
CMYK00.730.220.41
HSL318.17º57.07%37.45%-
HSV(B)318.17º72.67%58.82%-
XYZ16.589.3517.76-
YUV82.26147.61176.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=48.70%
G=13.31%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504111700.730.220.41318.1757.0737.45
Hex962975049162913e3925
Octal22651165011126514767145
Binary1001011010100111101010100100110110101001100111110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962975; }

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

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

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

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

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

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

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

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