#97317B

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

Shades of Dark Purple #97317B

Tints of Dark Purple #97317B

Color information

#97317B (or 0x97317B) is unknown color: approx Dark Purple. HEX triplet: 97, 31 and 7B. RGB value is (151,49,123). Sum of RGB (Red+Green+Blue) = 151+49+123=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #97317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97317B is #68CE84. Grayscale: #575757. Windows color (decimal): -6868613 or 8073623. OLE color: 8073623.

HSL color Cylindrical-coordinate representation of color #97317B: hue angle of 316.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97317B is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15149123-
CMYK00.680.190.41
HSL316.47º51%39.22%-
HSV(B)316.47º67.55%59.22%-
XYZ17.4410.2119.79-
YUV87.93147.79172.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 123 (48.44% from 255) = 38.08%
R=46.75%
G=15.17%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514912300.680.190.41316.475139.22
Hex97317B044132913c3327
Octal22761173010423514746347
Binary1001011111000111110110100010010011101001100111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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