#7259A4

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

Shades of Scampi #7259A4

Tints of Scampi #7259A4

Color information

#7259A4 (or 0x7259A4) is unknown color: approx Scampi. HEX triplet: 72, 59 and A4. RGB value is (114,89,164). Sum of RGB (Red+Green+Blue) = 114+89+164=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #7259A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7259A4 is #8DA65B. Grayscale: #686868. Windows color (decimal): -9283164 or 10770802. OLE color: 10770802.

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

Color convert

RGB11489164-
CMYK0.300.4600.36
HSL260º29.64%49.61%-
HSV(B)260º45.73%64.31%-
XYZ17.2113.436.8-
YUV105.02161.28134.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=31.06%
G=24.25%
B=44.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114891640.300.4600.3626029.6449.61
Hex7259A41E2E0241041e32
Octal16213124436560444043662
Binary111001010110011010010011110101110010010010000010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7259A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7259A4; }

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

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

<style>
 a { background-color: #7259A4; }

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

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

<style>
 span { border-color: #7259A4; }

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

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