#735FA6

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

Shades of Scampi #735FA6

Tints of Scampi #735FA6

Color information

#735FA6 (or 0x735FA6) is unknown color: approx Scampi. HEX triplet: 73, 5F and A6. RGB value is (115,95,166). Sum of RGB (Red+Green+Blue) = 115+95+166=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #735FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FA6 is #8CA059. Grayscale: #6C6C6C. Windows color (decimal): -9216090 or 10903411. OLE color: 10903411.

HSL color Cylindrical-coordinate representation of color #735FA6: hue angle of 256.9º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735FA6 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11595166-
CMYK0.310.4300.35
HSL256.9º28.51%51.18%-
HSV(B)256.9º42.77%65.1%-
XYZ18.0514.5837.94-
YUV109.07160.13132.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.59%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 166 (65.23% from 255) = 44.15%
R=30.59%
G=25.27%
B=44.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115951660.310.4300.35256.928.5151.18
Hex735FA61F2B0231011d33
Octal16313724637530434013563
Binary111001110111111010011011111101011010001110000000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,95,166); }

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

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

 a { background-color: rgb(115,95,166); }

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

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

 span { border-color: rgb(115,95,166); }

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