Html Css Color HEX #7064AA Scampi

📋 copy color: '#7064AA'

red 112 ◦ green 100 ◦ blue 170

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

Shades of Scampi #7064AA

Tints of Scampi #7064AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

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

R = 29.32%
G = 26.18%
B = 44.5%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7064AA (or 0x7064AA) is known color: Scampi. HEX triplet: 70, 64 and AA. RGB value is (112,100,170). Sum of RGB (Red+Green+Blue) = 112+100+170=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7064AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7064AA is #8F9B55. Grayscale: #6F6F6F. Windows color (decimal): -9411414 or 11166832. OLE color: 11166832.

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

Color convert

RGB 112 100 170 -
CMYK 0.34 0.41 0 0.33
HSL 250.29º 0.29% 0.53% -
HSV(B) 250.29º 0.41% 0.67% -
XYZ 18.49 15.46 40.04 -
YUV 111.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 112 100 170 0.34 0.41 0 0.33 250.29 0.29 0.53
Hex 70 64 AA 22 29 0 21 FA 1D 35
Octal 160 144 252 42 51 0 41 372 35 65
Binary 1110000 1100100 10101010 100010 101001 0 100001 11111010 11101 110101

Color Harmonies of #7064AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7064AA

Black with #7064AA

Text Example


Text Example

White with #7064AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7064AA;
 }
 .AnyTagClassName
 {
   color: #7064AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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