#977EF0

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

Shades of Medium Purple #977EF0

Tints of Medium Purple #977EF0

Color information

#977EF0 (or 0x977EF0) is unknown color: approx Medium Purple. HEX triplet: 97, 7E and F0. RGB value is (151,126,240). Sum of RGB (Red+Green+Blue) = 151+126+240=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #977EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EF0 is #68810F. Grayscale: #929292. Windows color (decimal): -6848784 or 15761047. OLE color: 15761047.

HSL color Cylindrical-coordinate representation of color #977EF0: hue angle of 253.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977EF0 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151126240-
CMYK0.370.4800.06
HSL253.16º79.17%71.76%-
HSV(B)253.16º47.5%94.12%-
XYZ35.9527.7985.91-
YUV146.47180.78131.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.21%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 240 (94.14% from 255) = 46.42%
R=29.21%
G=24.37%
B=46.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511262400.370.4800.06253.1679.1771.76
Hex977EF0253006fd4f48
Octal227176360456006375117110
Binary1001011111111101111000010010111000001101111110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977EF0; }

 p { color: rgb(151,126,240); }

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

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

 a { background-color: rgb(151,126,240); }

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

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

 span { border-color: rgb(151,126,240); }

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