#7260A5

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

Shades of Scampi #7260A5

Tints of Scampi #7260A5

Color information

#7260A5 (or 0x7260A5) is unknown color: approx Scampi. HEX triplet: 72, 60 and A5. RGB value is (114,96,165). Sum of RGB (Red+Green+Blue) = 114+96+165=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #7260A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7260A5 is #8D9F5A. Grayscale: #6C6C6C. Windows color (decimal): -9281371 or 10838130. OLE color: 10838130.

HSL color Cylindrical-coordinate representation of color #7260A5: hue angle of 255.65º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7260A5 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11496165-
CMYK0.310.4200.35
HSL255.65º27.71%51.18%-
HSV(B)255.65º41.82%64.71%-
XYZ17.9114.6637.48-
YUV109.25159.46131.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 165 (64.84% from 255) = 44%
R=30.4%
G=25.6%
B=44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114961650.310.4200.35255.6527.7151.18
Hex7260A51F2A0231001c33
Octal16214024537520434003463
Binary111001011000001010010111111101010010001110000000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7260A5; }

 p { color: rgb(114,96,165); }

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

<style>
 a { background-color: #7260A5; }

 a { background-color: rgb(114,96,165); }

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

<style>
 span { border-color: #7260A5; }

 span { border-color: rgb(114,96,165); }

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