#7567A3

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

Shades of Scampi #7567A3

Tints of Scampi #7567A3

Color information

#7567A3 (or 0x7567A3) is unknown color: approx Scampi. HEX triplet: 75, 67 and A3. RGB value is (117,103,163). Sum of RGB (Red+Green+Blue) = 117+103+163=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: blue. Hex color #7567A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7567A3 is #8A985C. Grayscale: #717171. Windows color (decimal): -9082973 or 10708853. OLE color: 10708853.

HSL color Cylindrical-coordinate representation of color #7567A3: hue angle of 254º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7567A3 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB117103163-
CMYK0.280.3700.36
HSL254º24.59%52.16%-
HSV(B)254º36.81%63.92%-
XYZ18.816.1336.77-
YUV114.03155.64130.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 163 (64.06% from 255) = 42.56%
R=30.55%
G=26.89%
B=42.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1171031630.280.3700.3625424.5952.16
Hex7567A31C25024fe1934
Octal16514724334450443763164
Binary11101011100111101000111110010010101001001111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7567A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7567A3; }

 p { color: rgb(117,103,163); }

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

<style>
 a { background-color: #7567A3; }

 a { background-color: rgb(117,103,163); }

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

<style>
 span { border-color: #7567A3; }

 span { border-color: rgb(117,103,163); }

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