#97347F

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

Shades of Dark Purple #97347F

Tints of Dark Purple #97347F

Color information

#97347F (or 0x97347F) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 7F. RGB value is (151,52,127). Sum of RGB (Red+Green+Blue) = 151+52+127=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97347F is #68CB80. Grayscale: #595959. Windows color (decimal): -6867841 or 8336535. OLE color: 8336535.

HSL color Cylindrical-coordinate representation of color #97347F: hue angle of 314.55º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97347F is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15152127-
CMYK00.660.160.41
HSL314.55º48.77%39.8%-
HSV(B)314.55º65.56%59.22%-
XYZ17.8210.5721.18-
YUV90.15148.8171.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 127 (50% from 255) = 38.48%
R=45.76%
G=15.76%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515212700.660.160.41314.5548.7739.8
Hex97347F042102913b3128
Octal22764177010220514736150
Binary1001011111010011111110100001010000101001100111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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