#97207F

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

Shades of Dark Purple #97207F

Tints of Dark Purple #97207F

Color information

#97207F (or 0x97207F) is unknown color: approx Dark Purple. HEX triplet: 97, 20 and 7F. RGB value is (151,32,127). Sum of RGB (Red+Green+Blue) = 151+32+127=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97207F is #68DF80. Grayscale: #4E4E4E. Windows color (decimal): -6872961 or 8331415. OLE color: 8331415.

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

Color convert

RGB15132127-
CMYK00.790.160.41
HSL312.1º65.03%35.88%-
HSV(B)312.1º78.81%59.22%-
XYZ17.119.1420.94-
YUV78.41155.42179.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 127 (50% from 255) = 40.97%
R=48.71%
G=10.32%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513212700.790.160.41312.165.0335.88
Hex97207F04F10291384124
Octal227401770117205147010144
Binary10010111100000111111101001111100001010011001110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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