#7363A7

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

Shades of Scampi #7363A7

Tints of Scampi #7363A7

Color information

#7363A7 (or 0x7363A7) is unknown color: approx Scampi. HEX triplet: 73, 63 and A7. RGB value is (115,99,167). Sum of RGB (Red+Green+Blue) = 115+99+167=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 167 (65.62% from 255 or 43.83% from 381); Max value from RGB is 167 - color contains mainly: blue. Hex color #7363A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7363A7 is #8C9C58. Grayscale: #6F6F6F. Windows color (decimal): -9215065 or 10969971. OLE color: 10969971.

HSL color Cylindrical-coordinate representation of color #7363A7: hue angle of 254.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7363A7 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11599167-
CMYK0.310.4100.35
HSL254.12º27.87%52.16%-
HSV(B)254.12º40.72%65.49%-
XYZ18.5115.3638.55-
YUV111.54159.3130.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.18%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 167 (65.62% from 255) = 43.83%
R=30.18%
G=25.98%
B=43.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115991670.310.4100.35254.1227.8752.16
Hex7363A71F29023fe1c34
Octal16314324737510433763464
Binary11100111100011101001111111110100101000111111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7363A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7363A7; }

 p { color: rgb(115,99,167); }

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

<style>
 a { background-color: #7363A7; }

 a { background-color: rgb(115,99,167); }

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

<style>
 span { border-color: #7363A7; }

 span { border-color: rgb(115,99,167); }

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