Html Css Color HEX #7065A9 Scampi

📋 copy color: '#7065A9'

red 112 ◦ green 101 ◦ blue 169

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

Shades of Scampi #7065A9

Tints of Scampi #7065A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.24%

R = 29.32%
G = 26.44%
B = 44.24%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7065A9 (or 0x7065A9) is known color: Scampi. HEX triplet: 70, 65 and A9. RGB value is (112,101,169). Sum of RGB (Red+Green+Blue) = 112+101+169=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 169 - color contains mainly: blue. Hex color #7065A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065A9 is #8F9A56. Grayscale: #6F6F6F. Windows color (decimal): -9411159 or 11101552. OLE color: 11101552.

HSL color Cylindrical-coordinate representation of color #7065A9: hue angle of 249.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7065A9 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 101 169 -
CMYK 0.34 0.40 0 0.34
HSL 249.71º 0.28% 0.53% -
HSV(B) 249.71º 0.4% 0.66% -
XYZ 18.5 15.62 39.58 -
YUV 112.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 112 101 169 0.34 0.40 0 0.34 249.71 0.28 0.53
Hex 70 65 A9 22 28 0 22 FA 1C 35
Octal 160 145 251 42 50 0 42 372 34 65
Binary 1110000 1100101 10101001 100010 101000 0 100010 11111010 11100 110101

Color Harmonies of #7065A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065A9

Black with #7065A9

Text Example


Text Example

White with #7065A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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