#7063AA

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

Shades of Scampi #7063AA

Tints of Scampi #7063AA

Color information

#7063AA (or 0x7063AA) is unknown color: approx Scampi. HEX triplet: 70, 63 and AA. RGB value is (112,99,170). Sum of RGB (Red+Green+Blue) = 112+99+170=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #7063AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7063AA is #8F9C55. Grayscale: #6E6E6E. Windows color (decimal): -9411670 or 11166576. OLE color: 11166576.

HSL color Cylindrical-coordinate representation of color #7063AA: hue angle of 250.99º degrees, saturation: 0.29, 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 #7063AA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11299170-
CMYK0.340.4200.33
HSL250.99º29.46%52.75%-
HSV(B)250.99º41.76%66.67%-
XYZ18.415.2740.01-
YUV110.98161.31128.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=29.40%
G=25.98%
B=44.62%

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
Decimal112991700.340.4200.33250.9929.4652.75
Hex7063AA222A021fb1d35
Octal16014325242520413733565
Binary111000011000111010101010001010101001000011111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7063AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7063AA; }

 p { color: rgb(112,99,170); }

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

<style>
 a { background-color: #7063AA; }

 a { background-color: rgb(112,99,170); }

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

<style>
 span { border-color: #7063AA; }

 span { border-color: rgb(112,99,170); }

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