#974FF3

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

Shades of Medium Purple #974FF3

Tints of Medium Purple #974FF3

Color information

#974FF3 (or 0x974FF3) is unknown color: approx Medium Purple. HEX triplet: 97, 4F and F3. RGB value is (151,79,243). Sum of RGB (Red+Green+Blue) = 151+79+243=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #974FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FF3 is #68B00C. Grayscale: #767676. Windows color (decimal): -6860813 or 15945623. OLE color: 15945623.

HSL color Cylindrical-coordinate representation of color #974FF3: hue angle of 266.34º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974FF3 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15179243-
CMYK0.380.6700.05
HSL266.34º87.23%63.14%-
HSV(B)266.34º67.49%95.29%-
XYZ31.7418.6486.72-
YUV119.22197.85150.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 243 (95.31% from 255) = 51.37%
R=31.92%
G=16.70%
B=51.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151792430.380.6700.05266.3487.2363.14
Hex974FF326430510a573f
Octal227117363461030541212777
Binary10010111100111111110011100110100001101011000010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974FF3; }

 p { color: rgb(151,79,243); }

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

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

 a { background-color: rgb(151,79,243); }

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

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

 span { border-color: rgb(151,79,243); }

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