#7260AB

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

Shades of Scampi #7260AB

Tints of Scampi #7260AB

Color information

#7260AB (or 0x7260AB) is unknown color: approx Scampi. HEX triplet: 72, 60 and AB. RGB value is (114,96,171). Sum of RGB (Red+Green+Blue) = 114+96+171=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #7260AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7260AB is #8D9F54. Grayscale: #6D6D6D. Windows color (decimal): -9281365 or 11231346. OLE color: 11231346.

HSL color Cylindrical-coordinate representation of color #7260AB: hue angle of 254.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7260AB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11496171-
CMYK0.330.4400.33
HSL254.4º30.86%52.35%-
HSV(B)254.4º43.86%67.06%-
XYZ18.4714.8840.43-
YUV109.93162.46130.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=29.92%
G=25.20%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114961710.330.4400.33254.430.8652.35
Hex7260AB212C021fe1f34
Octal16214025341540413763764
Binary111001011000001010101110000110110001000011111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7260AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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