#725FA9

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

Shades of Scampi #725FA9

Tints of Scampi #725FA9

Color information

#725FA9 (or 0x725FA9) is unknown color: approx Scampi. HEX triplet: 72, 5F and A9. RGB value is (114,95,169). Sum of RGB (Red+Green+Blue) = 114+95+169=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #725FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725FA9 is #8DA056. Grayscale: #6C6C6C. Windows color (decimal): -9281623 or 11100018. OLE color: 11100018.

HSL color Cylindrical-coordinate representation of color #725FA9: hue angle of 255.41º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725FA9 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11495169-
CMYK0.330.4400.34
HSL255.41º30.08%51.76%-
HSV(B)255.41º43.79%66.27%-
XYZ18.1914.6339.4-
YUV109.12161.79131.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.16%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=30.16%
G=25.13%
B=44.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114951690.330.4400.34255.4130.0851.76
Hex725FA9212C022ff1e34
Octal16213725141540423773664
Binary111001010111111010100110000110110001000101111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,169); }

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

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

 a { background-color: rgb(114,95,169); }

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

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

 span { border-color: rgb(114,95,169); }

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