Html Css Color HEX #7167AD Scampi

📋 copy color: '#7167AD'

red 113 ◦ green 103 ◦ blue 173

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

Shades of Scampi #7167AD

Tints of Scampi #7167AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 29.05%
G = 26.48%
B = 44.47%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7167AD (or 0x7167AD) is known color: Scampi. HEX triplet: 71, 67 and AD. RGB value is (113,103,173). Sum of RGB (Red+Green+Blue) = 113+103+173=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7167AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7167AD is #8E9852. Grayscale: #717171. Windows color (decimal): -9345107 or 11364209. OLE color: 11364209.

HSL color Cylindrical-coordinate representation of color #7167AD: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7167AD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 103 173 -
CMYK 0.35 0.40 0 0.32
HSL 248.57º 0.3% 0.54% -
HSV(B) 248.57º 0.4% 0.68% -
XYZ 19.2 16.23 41.66 -
YUV 113.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 113 103 173 0.35 0.40 0 0.32 248.57 0.3 0.54
Hex 71 67 AD 23 28 0 20 F9 1E 36
Octal 161 147 255 43 50 0 40 371 36 66
Binary 1110001 1100111 10101101 100011 101000 0 100000 11111001 11110 110110

Color Harmonies of #7167AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7167AD

Black with #7167AD

Text Example


Text Example

White with #7167AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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