Html Css Color HEX #7167AB Scampi

📋 copy color: '#7167AB'

red 113 ◦ green 103 ◦ blue 171

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

Shades of Scampi #7167AB

Tints of Scampi #7167AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.61%

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 29.2%
G = 26.61%
B = 44.19%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7167AB (or 0x7167AB) is known color: Scampi. HEX triplet: 71, 67 and AB. RGB value is (113,103,171). Sum of RGB (Red+Green+Blue) = 113+103+171=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7167AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7167AB is #8E9854. Grayscale: #717171. Windows color (decimal): -9345109 or 11233137. OLE color: 11233137.

HSL color Cylindrical-coordinate representation of color #7167AB: hue angle of 248.82º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7167AB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 103 171 -
CMYK 0.34 0.40 0 0.33
HSL 248.82º 0.29% 0.54% -
HSV(B) 248.82º 0.4% 0.67% -
XYZ 19.01 16.15 40.64 -
YUV 113.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 113 103 171 0.34 0.40 0 0.33 248.82 0.29 0.54
Hex 71 67 AB 22 28 0 21 F9 1D 36
Octal 161 147 253 42 50 0 41 371 35 66
Binary 1110001 1100111 10101011 100010 101000 0 100001 11111001 11101 110110

Color Harmonies of #7167AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7167AB

Black with #7167AB

Text Example


Text Example

White with #7167AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7167AB; }

 p { color: rgb(113,103,171); }

 H1.HeaderClassName
 {
   color: #7167AB;
 }
 .AnyTagClassName
 {
   color: #7167AB;
 }
</style>

background-color css

<style>
 a { background-color: #7167AB; }

 a { background-color: rgb(113,103,171); }

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

border-color css

<style>
 span { border-color: #7167AB; }

 span { border-color: rgb(113,103,171); }

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