#7261AB

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

Shades of Scampi #7261AB

Tints of Scampi #7261AB

Color information

#7261AB (or 0x7261AB) is unknown color: approx Scampi. HEX triplet: 72, 61 and AB. RGB value is (114,97,171). Sum of RGB (Red+Green+Blue) = 114+97+171=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #7261AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7261AB is #8D9E54. Grayscale: #6E6E6E. Windows color (decimal): -9281109 or 11231602. OLE color: 11231602.

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

Color convert

RGB11497171-
CMYK0.330.4300.33
HSL253.78º30.58%52.55%-
HSV(B)253.78º43.27%67.06%-
XYZ18.5615.0740.46-
YUV110.52162.13130.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=29.84%
G=25.39%
B=44.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114971710.330.4300.33253.7830.5852.55
Hex7261AB212B021fe1f35
Octal16214125341530413763765
Binary111001011000011010101110000110101101000011111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7261AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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