#962575

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

Shades of Dark Purple #962575

Tints of Dark Purple #962575

Color information

#962575 (or 0x962575) is unknown color: approx Dark Purple. HEX triplet: 96, 25 and 75. RGB value is (150,37,117). Sum of RGB (Red+Green+Blue) = 150+37+117=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962575 is #69DA8A. Grayscale: #4F4F4F. Windows color (decimal): -6937227 or 7677334. OLE color: 7677334.

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

Color convert

RGB15037117-
CMYK00.750.220.41
HSL317.52º60.43%36.67%-
HSV(B)317.52º75.33%58.82%-
XYZ16.459.0917.72-
YUV79.91148.94178-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=49.34%
G=12.17%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503711700.750.220.41317.5260.4336.67
Hex96257504B162913e3c25
Octal22645165011326514767445
Binary1001011010010111101010100101110110101001100111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962575; }

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

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

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

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

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

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

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

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