#97306F

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

Shades of Dark Purple #97306F

Tints of Dark Purple #97306F

Color information

#97306F (or 0x97306F) is unknown color: approx Dark Purple. HEX triplet: 97, 30 and 6F. RGB value is (151,48,111). Sum of RGB (Red+Green+Blue) = 151+48+111=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97306F is #68CF90. Grayscale: #555555. Windows color (decimal): -6868881 or 7286935. OLE color: 7286935.

HSL color Cylindrical-coordinate representation of color #97306F: hue angle of 323.3º degrees, saturation: 0.52, 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 #97306F is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15148111-
CMYK00.680.260.41
HSL323.3º51.76%39.02%-
HSV(B)323.3º68.21%59.22%-
XYZ16.699.8416.06-
YUV85.98142.12174.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.71%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=48.71%
G=15.48%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514811100.680.260.41323.351.7639.02
Hex97306F0441A291433427
Octal22760157010432515036447
Binary1001011111000011011110100010011010101001101000011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,48,111); }

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

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

 a { background-color: rgb(151,48,111); }

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

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

 span { border-color: rgb(151,48,111); }

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