#735FAB

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

Shades of Scampi #735FAB

Tints of Scampi #735FAB

Color information

#735FAB (or 0x735FAB) is unknown color: approx Scampi. HEX triplet: 73, 5F and AB. RGB value is (115,95,171). Sum of RGB (Red+Green+Blue) = 115+95+171=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #735FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FAB is #8CA054. Grayscale: #6D6D6D. Windows color (decimal): -9216085 or 11231091. OLE color: 11231091.

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

Color convert

RGB11595171-
CMYK0.330.4400.33
HSL255.79º31.15%52.16%-
HSV(B)255.79º44.44%67.06%-
XYZ18.5114.7740.4-
YUV109.64162.63131.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=30.18%
G=24.93%
B=44.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115951710.330.4400.33255.7931.1552.16
Hex735FAB212C0211001f34
Octal16313725341540414003764
Binary1110011101111110101011100001101100010000110000000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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