#974791

Color #974791 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #974791

Tints of Violet Blue #974791

Color information

#974791 (or 0x974791) is unknown color: approx Violet Blue. HEX triplet: 97, 47 and 91. RGB value is (151,71,145). Sum of RGB (Red+Green+Blue) = 151+71+145=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #974791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974791 is #68B86E. Grayscale: #676767. Windows color (decimal): -6862959 or 9521047. OLE color: 9521047.

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

Color convert

RGB15171145-
CMYK00.530.040.41
HSL304.5º36.04%43.53%-
HSV(B)304.5º52.98%59.22%-
XYZ20.1313.1328.26-
YUV103.36151.5161.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=41.14%
G=19.35%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517114500.530.040.41304.536.0443.53
Hex974791035429130242c
Octal2271072210654514604454
Binary100101111000111100100010110101100101001100110000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974791; }

 p { color: rgb(151,71,145); }

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

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

 a { background-color: rgb(151,71,145); }

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

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

 span { border-color: rgb(151,71,145); }

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