#755BAA

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

Shades of Scampi #755BAA

Tints of Scampi #755BAA

Color information

#755BAA (or 0x755BAA) is unknown color: approx Scampi. HEX triplet: 75, 5B and AA. RGB value is (117,91,170). Sum of RGB (Red+Green+Blue) = 117+91+170=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #755BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAA is #8AA455. Grayscale: #6B6B6B. Windows color (decimal): -9086038 or 11164533. OLE color: 11164533.

HSL color Cylindrical-coordinate representation of color #755BAA: hue angle of 259.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #755BAA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11791170-
CMYK0.310.4600.33
HSL259.75º31.73%51.18%-
HSV(B)259.75º46.47%66.67%-
XYZ18.3314.1739.8-
YUV107.78163.11134.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=30.95%
G=24.07%
B=44.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117911700.310.4600.33259.7531.7351.18
Hex755BAA1F2E0211042033
Octal16513325237560414044063
Binary1110101101101110101010111111011100100001100000100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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