#973484

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

Shades of Dark Purple #973484

Tints of Dark Purple #973484

Color information

#973484 (or 0x973484) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 84. RGB value is (151,52,132). Sum of RGB (Red+Green+Blue) = 151+52+132=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #973484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973484 is #68CB7B. Grayscale: #5A5A5A. Windows color (decimal): -6867836 or 8664215. OLE color: 8664215.

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

Color convert

RGB15152132-
CMYK00.660.130.41
HSL311.52º48.77%39.8%-
HSV(B)311.52º65.56%59.22%-
XYZ18.1610.722.94-
YUV90.72151.3171-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=45.07%
G=15.52%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515213200.660.130.41311.5248.7739.8
Hex973484042D291383128
Octal22764204010215514706150
Binary1001011111010010000100010000101101101001100111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973484; }

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

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

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

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

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

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

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

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