#97407D

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

Shades of Dark Purple #97407D

Tints of Dark Purple #97407D

Color information

#97407D (or 0x97407D) is unknown color: approx Dark Purple. HEX triplet: 97, 40 and 7D. RGB value is (151,64,125). Sum of RGB (Red+Green+Blue) = 151+64+125=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #97407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97407D is #68BF82. Grayscale: #606060. Windows color (decimal): -6864771 or 8208535. OLE color: 8208535.

HSL color Cylindrical-coordinate representation of color #97407D: hue angle of 317.93º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97407D is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15164125-
CMYK00.580.170.41
HSL317.93º40.47%42.16%-
HSV(B)317.93º57.62%59.22%-
XYZ18.311.7320.7-
YUV96.97143.82166.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=44.41%
G=18.82%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516412500.580.170.41317.9340.4742.16
Hex97407D03A112913e282a
Octal22710017507221514765052
Binary1001011110000001111101011101010001101001100111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97407D; }

 p { color: rgb(151,64,125); }

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

<style>
 a { background-color: #97407D; }

 a { background-color: rgb(151,64,125); }

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

<style>
 span { border-color: #97407D; }

 span { border-color: rgb(151,64,125); }

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