#7367AB

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

Shades of Scampi #7367AB

Tints of Scampi #7367AB

Color information

#7367AB (or 0x7367AB) is unknown color: approx Scampi. HEX triplet: 73, 67 and AB. RGB value is (115,103,171). Sum of RGB (Red+Green+Blue) = 115+103+171=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7367AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7367AB is #8C9854. Grayscale: #727272. Windows color (decimal): -9214037 or 11233139. OLE color: 11233139.

HSL color Cylindrical-coordinate representation of color #7367AB: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7367AB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115103171-
CMYK0.330.4000.33
HSL250.59º28.81%53.73%-
HSV(B)250.59º39.77%67.06%-
XYZ19.2716.2940.66-
YUV114.34159.98128.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=29.56%
G=26.48%
B=43.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151031710.330.4000.33250.5928.8153.73
Hex7367AB2128021fb1d36
Octal16314725341500413733566
Binary111001111001111010101110000110100001000011111101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7367AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7367AB; }

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

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

<style>
 a { background-color: #7367AB; }

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

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

<style>
 span { border-color: #7367AB; }

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

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