#716598

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

Shades of Scampi #716598

Tints of Scampi #716598

Color information

#716598 (or 0x716598) is unknown color: approx Scampi. HEX triplet: 71, 65 and 98. RGB value is (113,101,152). Sum of RGB (Red+Green+Blue) = 113+101+152=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #716598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716598 is #8E9A67. Grayscale: #6E6E6E. Windows color (decimal): -9345640 or 9987441. OLE color: 9987441.

HSL color Cylindrical-coordinate representation of color #716598: hue angle of 254.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716598 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113101152-
CMYK0.260.3400.40
HSL254.12º20.16%49.61%-
HSV(B)254.12º33.55%59.61%-
XYZ17.1315.0931.71-
YUV110.4151.48129.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=30.87%
G=27.60%
B=41.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131011520.260.3400.40254.1220.1649.61
Hex7165981A22028fe1432
Octal16114523032420503762462
Binary11100011100101100110001101010001001010001111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716598; }

 p { color: rgb(113,101,152); }

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

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

 a { background-color: rgb(113,101,152); }

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

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

 span { border-color: rgb(113,101,152); }

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