#972573

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

Shades of Dark Purple #972573

Tints of Dark Purple #972573

Color information

#972573 (or 0x972573) is unknown color: approx Dark Purple. HEX triplet: 97, 25 and 73. RGB value is (151,37,115). Sum of RGB (Red+Green+Blue) = 151+37+115=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #972573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972573 is #68DA8C. Grayscale: #4F4F4F. Windows color (decimal): -6871693 or 7546263. OLE color: 7546263.

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

Color convert

RGB15137115-
CMYK00.750.240.41
HSL318.95º60.64%36.86%-
HSV(B)318.95º75.5%59.22%-
XYZ16.529.1417.11-
YUV79.98147.77178.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.83%
GREEN value IS 37 (14.84% from 255) = 12.21%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=49.83%
G=12.21%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513711500.750.240.41318.9560.6436.86
Hex97257304B182913f3d25
Octal22745163011330514777545
Binary1001011110010111100110100101111000101001100111111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972573; }

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

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

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

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

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

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

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

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