Html Css Color HEX #7063AA Scampi

📋 copy color: '#7063AA'

red 112 ◦ green 99 ◦ blue 170

#7063AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #7063AA

Tints of Scampi #7063AA

RGB

 RED value IS 112 (44.14% from 255) = 29.4%

 GREEN value IS 99 (39.06% from 255) = 25.98%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 29.4%
G = 25.98%
B = 44.62%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7063AA (or 0x7063AA) is known color: 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

RGB 112 99 170 -
CMYK 0.34 0.42 0 0.33
HSL 250.99º 0.29% 0.53% -
HSV(B) 250.99º 0.42% 0.67% -
XYZ 18.4 15.27 40.01 -
YUV 110.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 112 99 170 0.34 0.42 0 0.33 250.99 0.29 0.53
Hex 70 63 AA 22 2A 0 21 FB 1D 35
Octal 160 143 252 42 52 0 41 373 35 65
Binary 1110000 1100011 10101010 100010 101010 0 100001 11111011 11101 110101

Color Harmonies of #7063AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7063AA

Black with #7063AA

Text Example


Text Example

White with #7063AA

Text Example


Text Example

HTML Codes & Css Web 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>