#973275

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

Shades of Dark Purple #973275

Tints of Dark Purple #973275

Color information

#973275 (or 0x973275) is unknown color: approx Dark Purple. HEX triplet: 97, 32 and 75. RGB value is (151,50,117). Sum of RGB (Red+Green+Blue) = 151+50+117=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #973275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973275 is #68CD8A. Grayscale: #575757. Windows color (decimal): -6868363 or 7680663. OLE color: 7680663.

HSL color Cylindrical-coordinate representation of color #973275: hue angle of 320.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973275 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15150117-
CMYK00.670.230.41
HSL320.2º50.25%39.41%-
HSV(B)320.2º66.89%59.22%-
XYZ17.1110.1417.89-
YUV87.84144.46173.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=47.48%
G=15.72%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515011700.670.230.41320.250.2539.41
Hex97327504317291403227
Octal22762165010327515006247
Binary1001011111001011101010100001110111101001101000000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973275; }

 p { color: rgb(151,50,117); }

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

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

 a { background-color: rgb(151,50,117); }

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

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

 span { border-color: rgb(151,50,117); }

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