#7163AB

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

Shades of Scampi #7163AB

Tints of Scampi #7163AB

Color information

#7163AB (or 0x7163AB) is unknown color: approx Scampi. HEX triplet: 71, 63 and AB. RGB value is (113,99,171). Sum of RGB (Red+Green+Blue) = 113+99+171=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7163AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7163AB is #8E9C54. Grayscale: #6F6F6F. Windows color (decimal): -9346133 or 11232113. OLE color: 11232113.

HSL color Cylindrical-coordinate representation of color #7163AB: hue angle of 251.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7163AB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11399171-
CMYK0.340.4200.33
HSL251.67º30%52.94%-
HSV(B)251.67º42.11%67.06%-
XYZ18.6215.3740.51-
YUV111.39161.64129.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=29.50%
G=25.85%
B=44.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113991710.340.4200.33251.673052.94
Hex7163AB222A021fc1e35
Octal16114325342520413743665
Binary111000111000111010101110001010101001000011111110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7163AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7163AB; }

 p { color: rgb(113,99,171); }

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

<style>
 a { background-color: #7163AB; }

 a { background-color: rgb(113,99,171); }

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

<style>
 span { border-color: #7163AB; }

 span { border-color: rgb(113,99,171); }

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