#973481

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

Shades of Dark Purple #973481

Tints of Dark Purple #973481

Color information

#973481 (or 0x973481) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 81. RGB value is (151,52,129). Sum of RGB (Red+Green+Blue) = 151+52+129=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #973481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973481 is #68CB7E. Grayscale: #5A5A5A. Windows color (decimal): -6867839 or 8467607. OLE color: 8467607.

HSL color Cylindrical-coordinate representation of color #973481: hue angle of 313.33º 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 #973481 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15152129-
CMYK00.660.150.41
HSL313.33º48.77%39.8%-
HSV(B)313.33º65.56%59.22%-
XYZ17.9510.6221.87-
YUV90.38149.8171.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=45.48%
G=15.66%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515212900.660.150.41313.3348.7739.8
Hex973481042F291393128
Octal22764201010217514716150
Binary1001011111010010000001010000101111101001100111001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973481; }

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

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

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

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

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

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

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

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