#7562AA

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

Shades of Scampi #7562AA

Tints of Scampi #7562AA

Color information

#7562AA (or 0x7562AA) is unknown color: approx Scampi. HEX triplet: 75, 62 and AA. RGB value is (117,98,170). Sum of RGB (Red+Green+Blue) = 117+98+170=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7562AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7562AA is #8A9D55. Grayscale: #6F6F6F. Windows color (decimal): -9084246 or 11166325. OLE color: 11166325.

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

Color convert

RGB11798170-
CMYK0.310.4200.33
HSL255.83º29.75%52.55%-
HSV(B)255.83º42.35%66.67%-
XYZ18.9615.4240.01-
YUV111.89160.79131.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=30.39%
G=25.45%
B=44.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117981700.310.4200.33255.8329.7552.55
Hex7562AA1F2A0211001e35
Octal16514225237520414003665
Binary111010111000101010101011111101010010000110000000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7562AA; }

 p { color: rgb(117,98,170); }

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

<style>
 a { background-color: #7562AA; }

 a { background-color: rgb(117,98,170); }

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

<style>
 span { border-color: #7562AA; }

 span { border-color: rgb(117,98,170); }

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