#755FAA

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

Shades of Scampi #755FAA

Tints of Scampi #755FAA

Color information

#755FAA (or 0x755FAA) is unknown color: approx Scampi. HEX triplet: 75, 5F and AA. RGB value is (117,95,170). Sum of RGB (Red+Green+Blue) = 117+95+170=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #755FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FAA is #8AA055. Grayscale: #6D6D6D. Windows color (decimal): -9085014 or 11165557. OLE color: 11165557.

HSL color Cylindrical-coordinate representation of color #755FAA: hue angle of 257.6º 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 #755FAA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11795170-
CMYK0.310.4400.33
HSL257.6º30.61%51.96%-
HSV(B)257.6º44.12%66.67%-
XYZ18.6814.8739.92-
YUV110.13161.79132.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 95 (37.5% from 255) = 24.87%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=30.63%
G=24.87%
B=44.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117951700.310.4400.33257.630.6151.96
Hex755FAA1F2C0211021f34
Octal16513725237540414023764
Binary111010110111111010101011111101100010000110000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755FAA; }

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

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

<style>
 a { background-color: #755FAA; }

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

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

<style>
 span { border-color: #755FAA; }

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

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