#715AA4

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

Shades of Scampi #715AA4

Tints of Scampi #715AA4

Color information

#715AA4 (or 0x715AA4) is unknown color: approx Scampi. HEX triplet: 71, 5A and A4. RGB value is (113,90,164). Sum of RGB (Red+Green+Blue) = 113+90+164=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #715AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AA4 is #8EA55B. Grayscale: #696969. Windows color (decimal): -9348444 or 10771057. OLE color: 10771057.

HSL color Cylindrical-coordinate representation of color #715AA4: hue angle of 258.65º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #715AA4 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11390164-
CMYK0.310.4500.36
HSL258.65º29.13%49.8%-
HSV(B)258.65º45.12%64.31%-
XYZ17.1713.536.82-
YUV105.31161.12133.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=30.79%
G=24.52%
B=44.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113901640.310.4500.36258.6529.1349.8
Hex715AA41F2D0241031d32
Octal16113224437550444033562
Binary111000110110101010010011111101101010010010000001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,164); }

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

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

 a { background-color: rgb(113,90,164); }

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

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

 span { border-color: rgb(113,90,164); }

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