#725C9A

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

Shades of Scampi #725C9A

Tints of Scampi #725C9A

Color information

#725C9A (or 0x725C9A) is unknown color: approx Scampi. HEX triplet: 72, 5C and 9A. RGB value is (114,92,154). Sum of RGB (Red+Green+Blue) = 114+92+154=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #725C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C9A is #8DA365. Grayscale: #696969. Windows color (decimal): -9282406 or 10116210. OLE color: 10116210.

HSL color Cylindrical-coordinate representation of color #725C9A: hue angle of 261.29º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #725C9A is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11492154-
CMYK0.260.4000.40
HSL261.29º25.2%48.24%-
HSV(B)261.29º40.26%60.39%-
XYZ16.613.5632.32-
YUV105.65155.29133.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=31.67%
G=25.56%
B=42.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114921540.260.4000.40261.2925.248.24
Hex725C9A1A280281051930
Octal16213423232500504053160
Binary111001010111001001101011010101000010100010000010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725C9A; }

 p { color: rgb(114,92,154); }

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

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

 a { background-color: rgb(114,92,154); }

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

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

 span { border-color: rgb(114,92,154); }

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