#726595

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

Shades of Scampi #726595

Tints of Scampi #726595

Color information

#726595 (or 0x726595) is unknown color: approx Scampi. HEX triplet: 72, 65 and 95. RGB value is (114,101,149). Sum of RGB (Red+Green+Blue) = 114+101+149=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #726595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726595 is #8D9A6A. Grayscale: #6E6E6E. Windows color (decimal): -9280107 or 9790834. OLE color: 9790834.

HSL color Cylindrical-coordinate representation of color #726595: hue angle of 256.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726595 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114101149-
CMYK0.230.3200.42
HSL256.25º19.2%49.02%-
HSV(B)256.25º32.21%58.43%-
XYZ17.0215.0530.44-
YUV110.36149.81130.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=31.32%
G=27.75%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141011490.230.3200.42256.2519.249.02
Hex726595172002A1001331
Octal16214522527400524002361
Binary111001011001011001010110111100000010101010000000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726595; }

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

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

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

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

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

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

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

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