#735B9D

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

Shades of Scampi #735B9D

Tints of Scampi #735B9D

Color information

#735B9D (or 0x735B9D) is unknown color: approx Scampi. HEX triplet: 73, 5B and 9D. RGB value is (115,91,157). Sum of RGB (Red+Green+Blue) = 115+91+157=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #735B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735B9D is #8CA462. Grayscale: #696969. Windows color (decimal): -9217123 or 10312563. OLE color: 10312563.

HSL color Cylindrical-coordinate representation of color #735B9D: hue angle of 261.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735B9D is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11591157-
CMYK0.270.4200.38
HSL261.82º26.61%48.63%-
HSV(B)261.82º42.04%61.57%-
XYZ16.913.5633.63-
YUV105.7156.95134.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=31.68%
G=25.07%
B=43.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115911570.270.4200.38261.8226.6148.63
Hex735B9D1B2A0261061b31
Octal16313323533520464063361
Binary111001110110111001110111011101010010011010000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,91,157); }

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

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

 a { background-color: rgb(115,91,157); }

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

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

 span { border-color: rgb(115,91,157); }

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