#97207A

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

Shades of Dark Purple #97207A

Tints of Dark Purple #97207A

Color information

#97207A (or 0x97207A) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 7A. RGB value is (151,32,122). Sum of RGB (Red+Green+Blue) = 151+32+122=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #97207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207A is #68DF85. Grayscale: #4D4D4D. Windows color (decimal): -6872966 or 8003735. OLE color: 8003735.

HSL color Cylindrical-coordinate representation of color #97207A: hue angle of 314.62º 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 #97207A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15132122-
CMYK00.790.190.41
HSL314.62º65.03%35.88%-
HSV(B)314.62º78.81%59.22%-
XYZ16.799.0219.27-
YUV77.84152.92180.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 122 (48.05% from 255) = 40%
R=49.51%
G=10.49%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513212200.790.190.41314.6265.0335.88
Hex97207A04F132913b4124
Octal227401720117235147310144
Binary10010111100000111101001001111100111010011001110111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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