#972583

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

Shades of Dark Purple #972583

Tints of Dark Purple #972583

Color information

#972583 (or 0x972583) is unknown color: approx Dark Purple. HEX triplet: 97, 25 and 83. RGB value is (151,37,131). Sum of RGB (Red+Green+Blue) = 151+37+131=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #972583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972583 is #68DA7C. Grayscale: #515151. Windows color (decimal): -6871677 or 8594839. OLE color: 8594839.

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

Color convert

RGB15137131-
CMYK00.750.130.41
HSL310.53º60.64%36.86%-
HSV(B)310.53º75.5%59.22%-
XYZ17.529.5422.39-
YUV81.8155.77177.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=47.34%
G=11.60%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513713100.750.130.41310.5360.6436.86
Hex97258304BD291373d25
Octal22745203011315514677545
Binary1001011110010110000011010010111101101001100110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972583; }

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

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

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

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

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

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

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

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