#972581

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

Shades of Dark Purple #972581

Tints of Dark Purple #972581

Color information

#972581 (or 0x972581) is unknown color: approx Dark Purple. HEX triplet: 97, 25 and 81. RGB value is (151,37,129). Sum of RGB (Red+Green+Blue) = 151+37+129=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #972581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972581 is #68DA7E. Grayscale: #515151. Windows color (decimal): -6871679 or 8463767. OLE color: 8463767.

HSL color Cylindrical-coordinate representation of color #972581: hue angle of 311.58º degrees, saturation: 0.61, 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 #972581 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15137129-
CMYK00.750.150.41
HSL311.58º60.64%36.86%-
HSV(B)311.58º75.5%59.22%-
XYZ17.399.4921.68-
YUV81.57154.77177.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=47.63%
G=11.67%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513712900.750.150.41311.5860.6436.86
Hex97258104BF291383d25
Octal22745201011317514707545
Binary1001011110010110000001010010111111101001100111000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972581; }

 p { color: rgb(151,37,129); }

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

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

 a { background-color: rgb(151,37,129); }

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

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

 span { border-color: rgb(151,37,129); }

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