#97207B

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

Shades of Dark Purple #97207B

Tints of Dark Purple #97207B

Color information

#97207B (or 0x97207B) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 7B. RGB value is (151,32,123). Sum of RGB (Red+Green+Blue) = 151+32+123=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #97207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207B is #68DF84. Grayscale: #4D4D4D. Windows color (decimal): -6872965 or 8069271. OLE color: 8069271.

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

Color convert

RGB15132123-
CMYK00.790.190.41
HSL314.12º65.03%35.88%-
HSV(B)314.12º78.81%59.22%-
XYZ16.859.0419.6-
YUV77.96153.42180.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=49.35%
G=10.46%
B=40.20%

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
Decimal1513212300.790.190.41314.1265.0335.88
Hex97207B04F132913a4124
Octal227401730117235147210144
Binary10010111100000111101101001111100111010011001110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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