#7158A5

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

Shades of Scampi #7158A5

Tints of Scampi #7158A5

Color information

#7158A5 (or 0x7158A5) is unknown color: approx Scampi. HEX triplet: 71, 58 and A5. RGB value is (113,88,165). Sum of RGB (Red+Green+Blue) = 113+88+165=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 165 - color contains mainly: blue. Hex color #7158A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7158A5 is #8EA75A. Grayscale: #676767. Windows color (decimal): -9348955 or 10836081. OLE color: 10836081.

HSL color Cylindrical-coordinate representation of color #7158A5: hue angle of 259.48º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7158A5 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11388165-
CMYK0.320.4700.35
HSL259.48º30.43%49.61%-
HSV(B)259.48º46.67%64.71%-
XYZ17.0913.2137.25-
YUV104.25162.28134.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=30.87%
G=24.04%
B=45.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113881650.320.4700.35259.4830.4349.61
Hex7158A5202F0231031e32
Octal16113024540570434033662
Binary1110001101100010100101100000101111010001110000001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7158A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7158A5; }

 p { color: rgb(113,88,165); }

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

<style>
 a { background-color: #7158A5; }

 a { background-color: rgb(113,88,165); }

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

<style>
 span { border-color: #7158A5; }

 span { border-color: rgb(113,88,165); }

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