#715DA5

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

Shades of Scampi #715DA5

Tints of Scampi #715DA5

Color information

#715DA5 (or 0x715DA5) is unknown color: approx Scampi. HEX triplet: 71, 5D and A5. RGB value is (113,93,165). Sum of RGB (Red+Green+Blue) = 113+93+165=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #715DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715DA5 is #8EA25A. Grayscale: #6A6A6A. Windows color (decimal): -9347675 or 10837361. OLE color: 10837361.

HSL color Cylindrical-coordinate representation of color #715DA5: hue angle of 256.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #715DA5 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11393165-
CMYK0.320.4400.35
HSL256.67º28.57%50.59%-
HSV(B)256.67º43.64%64.71%-
XYZ17.5214.0637.39-
YUV107.19160.63132.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=30.46%
G=25.07%
B=44.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113931650.320.4400.35256.6728.5750.59
Hex715DA5202C0231011d33
Octal16113524540540434013563
Binary1110001101110110100101100000101100010001110000000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715DA5; }

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

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

<style>
 a { background-color: #715DA5; }

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

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

<style>
 span { border-color: #715DA5; }

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

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