#726597

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

Shades of Scampi #726597

Tints of Scampi #726597

Color information

#726597 (or 0x726597) is unknown color: approx Scampi. HEX triplet: 72, 65 and 97. RGB value is (114,101,151). Sum of RGB (Red+Green+Blue) = 114+101+151=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #726597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726597 is #8D9A68. Grayscale: #6E6E6E. Windows color (decimal): -9280105 or 9921906. OLE color: 9921906.

HSL color Cylindrical-coordinate representation of color #726597: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726597 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114101151-
CMYK0.250.3300.41
HSL255.6º19.84%49.41%-
HSV(B)255.6º33.11%59.22%-
XYZ17.1815.1231.29-
YUV110.59150.81130.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=31.15%
G=27.60%
B=41.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141011510.250.3300.41255.619.8449.41
Hex72659719210291001431
Octal16214522731410514002461
Binary111001011001011001011111001100001010100110000000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726597; }

 p { color: rgb(114,101,151); }

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

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

 a { background-color: rgb(114,101,151); }

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

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

 span { border-color: rgb(114,101,151); }

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