#973A7A

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

Shades of Dark Purple #973A7A

Tints of Dark Purple #973A7A

Color information

#973A7A (or 0x973A7A) is unknown color: approx Dark Purple. HEX triplet: 97, 3A and 7A. RGB value is (151,58,122). Sum of RGB (Red+Green+Blue) = 151+58+122=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #973A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A7A is #68C585. Grayscale: #5C5C5C. Windows color (decimal): -6866310 or 8010391. OLE color: 8010391.

HSL color Cylindrical-coordinate representation of color #973A7A: hue angle of 318.71º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A7A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15158122-
CMYK00.620.190.41
HSL318.71º44.5%40.98%-
HSV(B)318.71º61.59%59.22%-
XYZ17.7911.0119.6-
YUV93.1144.31169.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 122 (48.05% from 255) = 36.86%
R=45.62%
G=17.52%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515812200.620.190.41318.7144.540.98
Hex973A7A03E132913f2c29
Octal2277217207623514775451
Binary100101111110101111010011111010011101001100111111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A7A; }

 p { color: rgb(151,58,122); }

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

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

 a { background-color: rgb(151,58,122); }

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

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

 span { border-color: rgb(151,58,122); }

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