#725CA4

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

Shades of Scampi #725CA4

Tints of Scampi #725CA4

Color information

#725CA4 (or 0x725CA4) is unknown color: approx Scampi. HEX triplet: 72, 5C and A4. RGB value is (114,92,164). Sum of RGB (Red+Green+Blue) = 114+92+164=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #725CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725CA4 is #8DA35B. Grayscale: #6A6A6A. Windows color (decimal): -9282396 or 10771570. OLE color: 10771570.

HSL color Cylindrical-coordinate representation of color #725CA4: hue angle of 258.33º 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 #725CA4 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11492164-
CMYK0.300.4400.36
HSL258.33º28.35%50.2%-
HSV(B)258.33º43.9%64.31%-
XYZ17.4713.9136.89-
YUV106.79160.29133.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=30.81%
G=24.86%
B=44.32%

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
Decimal114921640.300.4400.36258.3328.3550.2
Hex725CA41E2C0241021c32
Octal16213424436540444023462
Binary111001010111001010010011110101100010010010000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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