#97207C

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

Shades of Dark Purple #97207C

Tints of Dark Purple #97207C

Color information

#97207C (or 0x97207C) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 7C. RGB value is (151,32,124). Sum of RGB (Red+Green+Blue) = 151+32+124=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #97207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207C is #68DF83. Grayscale: #4D4D4D. Windows color (decimal): -6872964 or 8134807. OLE color: 8134807.

HSL color Cylindrical-coordinate representation of color #97207C: hue angle of 313.61º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97207C is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15132124-
CMYK00.790.180.41
HSL313.61º65.03%35.88%-
HSV(B)313.61º78.81%59.22%-
XYZ16.929.0719.93-
YUV78.07153.92180.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 32 (12.89% from 255) = 10.42%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=49.19%
G=10.42%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513212400.790.180.41313.6165.0335.88
Hex97207C04F122913a4124
Octal227401740117225147210144
Binary10010111100000111110001001111100101010011001110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97207C; }

 p { color: rgb(151,32,124); }

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

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

 a { background-color: rgb(151,32,124); }

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

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

 span { border-color: rgb(151,32,124); }

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