#735eaa

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

Shades of Scampi #735EAA

Tints of Scampi #735EAA

Color information

#735EAA (or 0x735EAA) is unknown color: approx Scampi. HEX triplet: 73, 5E and AA. RGB value is (115,94,170). Sum of RGB (Red+Green+Blue) = 115+94+170=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #735EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EAA is #8CA155. Grayscale: #6C6C6C. Windows color (decimal): -9216342 or 11165299. OLE color: 11165299.

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

Color convert

RGB11594170-
CMYK0.320.4500.33
HSL256.58º30.89%51.76%-
HSV(B)256.58º44.71%66.67%-
XYZ18.3314.5539.87-
YUV108.94162.46132.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=30.34%
G=24.80%
B=44.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115941700.320.4500.33256.5830.8951.76
Hex735EAA202D0211011f34
Octal16313625240550414013764
Binary1110011101111010101010100000101101010000110000000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735eaa; }

 p { color: rgb(115,94,170); }

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

<style>
 a { background-color: #735eaa; }

 a { background-color: rgb(115,94,170); }

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

<style>
 span { border-color: #735eaa; }

 span { border-color: rgb(115,94,170); }

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