Html Css Color HEX #71659A Scampi

📋 copy color: '#71659A'

red 113 ◦ green 101 ◦ blue 154

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

Shades of Scampi #71659A

Tints of Scampi #71659A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 30.71%
G = 27.45%
B = 41.85%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71659A (or 0x71659A) is known color: Scampi. HEX triplet: 71, 65 and 9A. RGB value is (113,101,154). Sum of RGB (Red+Green+Blue) = 113+101+154=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #71659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71659A is #8E9A65. Grayscale: #6E6E6E. Windows color (decimal): -9345638 or 10118513. OLE color: 10118513.

HSL color Cylindrical-coordinate representation of color #71659A: hue angle of 253.58º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71659A is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 101 154 -
CMYK 0.27 0.34 0 0.40
HSL 253.58º 0.21% 0.5% -
HSV(B) 253.58º 0.34% 0.6% -
XYZ 17.3 15.15 32.58 -
YUV 110.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 113 101 154 0.27 0.34 0 0.40 253.58 0.21 0.5
Hex 71 65 9A 1B 22 0 28 FE 15 32
Octal 161 145 232 33 42 0 50 376 25 62
Binary 1110001 1100101 10011010 11011 100010 0 101000 11111110 10101 110010

Color Harmonies of #71659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71659A

Black with #71659A

Text Example


Text Example

White with #71659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71659A; }

 p { color: rgb(113,101,154); }

 H1.HeaderClassName
 {
   color: #71659A;
 }
 .AnyTagClassName
 {
   color: #71659A;
 }
</style>

background-color css

<style>
 a { background-color: #71659A; }

 a { background-color: rgb(113,101,154); }

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

border-color css

<style>
 span { border-color: #71659A; }

 span { border-color: rgb(113,101,154); }

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