Html Css Color HEX #7065AA Scampi

📋 copy color: '#7065AA'

red 112 ◦ green 101 ◦ blue 170

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

Shades of Scampi #7065AA

Tints of Scampi #7065AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

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

R = 29.24%
G = 26.37%
B = 44.39%

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

#7065AA (or 0x7065AA) is known color: Scampi. HEX triplet: 70, 65 and AA. RGB value is (112,101,170). Sum of RGB (Red+Green+Blue) = 112+101+170=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7065AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065AA is #8F9A55. Grayscale: #6F6F6F. Windows color (decimal): -9411158 or 11167088. OLE color: 11167088.

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

Color convert

RGB 112 101 170 -
CMYK 0.34 0.41 0 0.33
HSL 249.57º 0.29% 0.53% -
HSV(B) 249.57º 0.41% 0.67% -
XYZ 18.59 15.65 40.07 -
YUV 112.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 112 101 170 0.34 0.41 0 0.33 249.57 0.29 0.53
Hex 70 65 AA 22 29 0 21 FA 1D 35
Octal 160 145 252 42 51 0 41 372 35 65
Binary 1110000 1100101 10101010 100010 101001 0 100001 11111010 11101 110101

Color Harmonies of #7065AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065AA

Black with #7065AA

Text Example


Text Example

White with #7065AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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