#972690

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

Shades of Dark Purple #972690

Tints of Dark Purple #972690

Color information

#972690 (or 0x972690) is unknown color: approx Dark Purple. HEX triplet: 97, 26 and 90. RGB value is (151,38,144). Sum of RGB (Red+Green+Blue) = 151+38+144=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #972690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972690 is #68D96F. Grayscale: #535353. Windows color (decimal): -6871408 or 9447063. OLE color: 9447063.

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

Color convert

RGB15138144-
CMYK00.750.050.41
HSL303.72º59.79%37.06%-
HSV(B)303.72º74.83%59.22%-
XYZ18.499.9827.34-
YUV83.87161.94175.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 38 (15.23% from 255) = 11.41%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=45.35%
G=11.41%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513814400.750.050.41303.7259.7937.06
Hex97269004B5291303c25
Octal2274622001135514607445
Binary100101111001101001000001001011101101001100110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972690; }

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

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

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

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

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

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

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

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