Html Css Color HEX #7168A5 Scampi

📋 copy color: '#7168A5'

red 113 ◦ green 104 ◦ blue 165

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

Shades of Scampi #7168A5

Tints of Scampi #7168A5

RGB

 RED value IS 113 (44.53% from 255) = 29.58%

 GREEN value IS 104 (41.02% from 255) = 27.23%

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 29.58%
G = 27.23%
B = 43.19%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7168A5 (or 0x7168A5) is known color: Scampi. HEX triplet: 71, 68 and A5. RGB value is (113,104,165). Sum of RGB (Red+Green+Blue) = 113+104+165=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #7168A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7168A5 is #8E975A. Grayscale: #717171. Windows color (decimal): -9344859 or 10840177. OLE color: 10840177.

HSL color Cylindrical-coordinate representation of color #7168A5: hue angle of 248.85º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7168A5 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 104 165 -
CMYK 0.32 0.37 0 0.35
HSL 248.85º 0.25% 0.53% -
HSV(B) 248.85º 0.37% 0.65% -
XYZ 18.55 16.13 37.73 -
YUV 113.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 113 104 165 0.32 0.37 0 0.35 248.85 0.25 0.53
Hex 71 68 A5 20 25 0 23 F9 19 35
Octal 161 150 245 40 45 0 43 371 31 65
Binary 1110001 1101000 10100101 100000 100101 0 100011 11111001 11001 110101

Color Harmonies of #7168A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7168A5

Black with #7168A5

Text Example


Text Example

White with #7168A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7168A5; }

 p { color: rgb(113,104,165); }

 H1.HeaderClassName
 {
   color: #7168A5;
 }
 .AnyTagClassName
 {
   color: #7168A5;
 }
</style>

background-color css

<style>
 a { background-color: #7168A5; }

 a { background-color: rgb(113,104,165); }

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

border-color css

<style>
 span { border-color: #7168A5; }

 span { border-color: rgb(113,104,165); }

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