#725AA2

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

Shades of Scampi #725AA2

Tints of Scampi #725AA2

Color information

#725AA2 (or 0x725AA2) is unknown color: approx Scampi. HEX triplet: 72, 5A and A2. RGB value is (114,90,162). Sum of RGB (Red+Green+Blue) = 114+90+162=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #725AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AA2 is #8DA55D. Grayscale: #696969. Windows color (decimal): -9282910 or 10639986. OLE color: 10639986.

HSL color Cylindrical-coordinate representation of color #725AA2: hue angle of 260º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725AA2 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11490162-
CMYK0.300.4400.36
HSL260º28.57%49.41%-
HSV(B)260º44.44%63.53%-
XYZ17.1213.535.89-
YUV105.38159.95134.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=31.15%
G=24.59%
B=44.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114901620.300.4400.3626028.5749.41
Hex725AA21E2C0241041d31
Octal16213224236540444043561
Binary111001010110101010001011110101100010010010000010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,90,162); }

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

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

 a { background-color: rgb(114,90,162); }

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

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

 span { border-color: rgb(114,90,162); }

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