Html Css Color HEX #71659E Scampi

📋 copy color: '#71659E'

red 113 ◦ green 101 ◦ blue 158

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

Shades of Scampi #71659E

Tints of Scampi #71659E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 30.38%
G = 27.15%
B = 42.47%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71659E (or 0x71659E) is known color: Scampi. HEX triplet: 71, 65 and 9E. RGB value is (113,101,158). Sum of RGB (Red+Green+Blue) = 113+101+158=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #71659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71659E is #8E9A61. Grayscale: #6E6E6E. Windows color (decimal): -9345634 or 10380657. OLE color: 10380657.

HSL color Cylindrical-coordinate representation of color #71659E: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71659E is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 101 158 -
CMYK 0.28 0.36 0 0.38
HSL 252.63º 0.23% 0.51% -
HSV(B) 252.63º 0.36% 0.62% -
XYZ 17.64 15.29 34.37 -
YUV 111.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 113 101 158 0.28 0.36 0 0.38 252.63 0.23 0.51
Hex 71 65 9E 1C 24 0 26 FD 17 33
Octal 161 145 236 34 44 0 46 375 27 63
Binary 1110001 1100101 10011110 11100 100100 0 100110 11111101 10111 110011

Color Harmonies of #71659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71659E

Black with #71659E

Text Example


Text Example

White with #71659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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