#736BAD

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

Shades of Scampi #736BAD

Tints of Scampi #736BAD

Color information

#736BAD (or 0x736BAD) is unknown color: approx Scampi. HEX triplet: 73, 6B and AD. RGB value is (115,107,173). Sum of RGB (Red+Green+Blue) = 115+107+173=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #736BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736BAD is #8C9452. Grayscale: #747474. Windows color (decimal): -9213011 or 11365235. OLE color: 11365235.

HSL color Cylindrical-coordinate representation of color #736BAD: hue angle of 247.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #736BAD is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB115107173-
CMYK0.340.3800.32
HSL247.27º28.7%54.9%-
HSV(B)247.27º38.15%67.84%-
XYZ19.8717.1841.8-
YUV116.92159.65126.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.11%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=29.11%
G=27.09%
B=43.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151071730.340.3800.32247.2728.754.9
Hex736BAD2226020f71d37
Octal16315325542460403673567
Binary111001111010111010110110001010011001000001111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736BAD; }

 p { color: rgb(115,107,173); }

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

<style>
 a { background-color: #736BAD; }

 a { background-color: rgb(115,107,173); }

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

<style>
 span { border-color: #736BAD; }

 span { border-color: rgb(115,107,173); }

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