#7361AA

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

Shades of Scampi #7361AA

Tints of Scampi #7361AA

Color information

#7361AA (or 0x7361AA) is unknown color: approx Scampi. HEX triplet: 73, 61 and AA. RGB value is (115,97,170). Sum of RGB (Red+Green+Blue) = 115+97+170=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7361AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7361AA is #8C9E55. Grayscale: #6E6E6E. Windows color (decimal): -9215574 or 11166067. OLE color: 11166067.

HSL color Cylindrical-coordinate representation of color #7361AA: hue angle of 254.79º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7361AA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11597170-
CMYK0.320.4300.33
HSL254.79º30.04%52.35%-
HSV(B)254.79º42.94%66.67%-
XYZ18.615.139.96-
YUV110.7161.46131.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.10%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=30.10%
G=25.39%
B=44.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115971700.320.4300.33254.7930.0452.35
Hex7361AA202B021ff1e34
Octal16314125240530413773664
Binary111001111000011010101010000010101101000011111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7361AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7361AA; }

 p { color: rgb(115,97,170); }

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

<style>
 a { background-color: #7361AA; }

 a { background-color: rgb(115,97,170); }

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

<style>
 span { border-color: #7361AA; }

 span { border-color: rgb(115,97,170); }

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