#725DA7

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

Shades of Scampi #725DA7

Tints of Scampi #725DA7

Color information

#725DA7 (or 0x725DA7) is unknown color: approx Scampi. HEX triplet: 72, 5D and A7. RGB value is (114,93,167). Sum of RGB (Red+Green+Blue) = 114+93+167=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #725DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725DA7 is #8DA258. Grayscale: #6B6B6B. Windows color (decimal): -9282137 or 10968434. OLE color: 10968434.

HSL color Cylindrical-coordinate representation of color #725DA7: hue angle of 257.03º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725DA7 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11493167-
CMYK0.320.4400.35
HSL257.03º29.6%50.98%-
HSV(B)257.03º44.31%65.49%-
XYZ17.8314.238.36-
YUV107.71161.46132.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 167 (65.62% from 255) = 44.65%
R=30.48%
G=24.87%
B=44.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114931670.320.4400.35257.0329.650.98
Hex725DA7202C0231011e33
Octal16213524740540434013663
Binary1110010101110110100111100000101100010001110000000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,167); }

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

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

 a { background-color: rgb(114,93,167); }

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

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

 span { border-color: rgb(114,93,167); }

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