#972290

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

Shades of Dark Purple #972290

Tints of Dark Purple #972290

Color information

#972290 (or 0x972290) is unknown color: approx Dark Purple. HEX triplet: 97, 22 and 90. RGB value is (151,34,144). Sum of RGB (Red+Green+Blue) = 151+34+144=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #972290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972290 is #68DD6F. Grayscale: #515151. Windows color (decimal): -6872432 or 9446039. OLE color: 9446039.

HSL color Cylindrical-coordinate representation of color #972290: hue angle of 303.59º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972290 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15134144-
CMYK00.770.050.41
HSL303.59º63.24%36.27%-
HSV(B)303.59º77.48%59.22%-
XYZ18.379.7427.3-
YUV81.52163.26177.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=45.90%
G=10.33%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513414400.770.050.41303.5963.2436.27
Hex97229004D5291303f24
Octal2274222001155514607744
Binary100101111000101001000001001101101101001100110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972290; }

 p { color: rgb(151,34,144); }

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

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

 a { background-color: rgb(151,34,144); }

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

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

 span { border-color: rgb(151,34,144); }

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