#716298

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

Shades of Scampi #716298

Tints of Scampi #716298

Color information

#716298 (or 0x716298) is unknown color: approx Scampi. HEX triplet: 71, 62 and 98. RGB value is (113,98,152). Sum of RGB (Red+Green+Blue) = 113+98+152=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #716298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716298 is #8E9D67. Grayscale: #6C6C6C. Windows color (decimal): -9346408 or 9986673. OLE color: 9986673.

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

Color convert

RGB11398152-
CMYK0.260.3600.40
HSL256.67º21.6%49.02%-
HSV(B)256.67º35.53%59.61%-
XYZ16.8514.5131.62-
YUV108.64152.47131.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 152 (59.77% from 255) = 41.87%
R=31.13%
G=27.00%
B=41.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113981520.260.3600.40256.6721.649.02
Hex7162981A240281011631
Octal16114223032440504012661
Binary111000111000101001100011010100100010100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716298; }

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

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

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

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

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

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

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

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