#715CA4

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

Shades of Scampi #715CA4

Tints of Scampi #715CA4

Color information

#715CA4 (or 0x715CA4) is unknown color: approx Scampi. HEX triplet: 71, 5C and A4. RGB value is (113,92,164). Sum of RGB (Red+Green+Blue) = 113+92+164=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #715CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715CA4 is #8EA35B. Grayscale: #6A6A6A. Windows color (decimal): -9347932 or 10771569. OLE color: 10771569.

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

Color convert

RGB11392164-
CMYK0.310.4400.36
HSL257.5º28.35%50.2%-
HSV(B)257.5º43.9%64.31%-
XYZ17.3413.8536.88-
YUV106.49160.46132.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=30.62%
G=24.93%
B=44.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113921640.310.4400.36257.528.3550.2
Hex715CA41F2C0241021c32
Octal16113424437540444023462
Binary111000110111001010010011111101100010010010000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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