#725CA3

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

Shades of Scampi #725CA3

Tints of Scampi #725CA3

Color information

#725CA3 (or 0x725CA3) is unknown color: approx Scampi. HEX triplet: 72, 5C and A3. RGB value is (114,92,163). Sum of RGB (Red+Green+Blue) = 114+92+163=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 163 - color contains mainly: blue. Hex color #725CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CA3 is #8DA35C. Grayscale: #6A6A6A. Windows color (decimal): -9282397 or 10706034. OLE color: 10706034.

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

Color convert

RGB11492163-
CMYK0.300.4400.36
HSL258.59º27.84%50%-
HSV(B)258.59º43.56%63.92%-
XYZ17.3813.8836.41-
YUV106.67159.79133.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 163 (64.06% from 255) = 44.17%
R=30.89%
G=24.93%
B=44.17%

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
Decimal114921630.300.4400.36258.5927.8450
Hex725CA31E2C0241031c32
Octal16213424336540444033462
Binary111001010111001010001111110101100010010010000001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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