#726299

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

Shades of Scampi #726299

Tints of Scampi #726299

Color information

#726299 (or 0x726299) is unknown color: approx Scampi. HEX triplet: 72, 62 and 99. RGB value is (114,98,153). Sum of RGB (Red+Green+Blue) = 114+98+153=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #726299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726299 is #8D9D66. Grayscale: #6C6C6C. Windows color (decimal): -9280871 or 10052210. OLE color: 10052210.

HSL color Cylindrical-coordinate representation of color #726299: hue angle of 257.45º 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 #726299 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11498153-
CMYK0.250.3600.4
HSL257.45º21.91%49.22%-
HSV(B)257.45º35.95%60%-
XYZ17.0614.6132.06-
YUV109.05152.8131.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=31.23%
G=26.85%
B=41.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114981530.250.3600.4257.4521.9149.22
Hex72629919240281011631
Octal16214223131440504012661
Binary111001011000101001100111001100100010100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726299; }

 p { color: rgb(114,98,153); }

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

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

 a { background-color: rgb(114,98,153); }

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

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

 span { border-color: rgb(114,98,153); }

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