Html Css Color HEX #71659F Scampi

📋 copy color: '#71659F'

red 113 ◦ green 101 ◦ blue 159

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

Shades of Scampi #71659F

Tints of Scampi #71659F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.63%

R = 30.29%
G = 27.08%
B = 42.63%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71659F (or 0x71659F) is known color: Scampi. HEX triplet: 71, 65 and 9F. RGB value is (113,101,159). Sum of RGB (Red+Green+Blue) = 113+101+159=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #71659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71659F is #8E9A60. Grayscale: #6E6E6E. Windows color (decimal): -9345633 or 10446193. OLE color: 10446193.

HSL color Cylindrical-coordinate representation of color #71659F: hue angle of 252.41º 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 #71659F is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 101 159 -
CMYK 0.29 0.36 0 0.38
HSL 252.41º 0.23% 0.51% -
HSV(B) 252.41º 0.36% 0.62% -
XYZ 17.72 15.32 34.82 -
YUV 111.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 113 101 159 0.29 0.36 0 0.38 252.41 0.23 0.51
Hex 71 65 9F 1D 24 0 26 FC 17 33
Octal 161 145 237 35 44 0 46 374 27 63
Binary 1110001 1100101 10011111 11101 100100 0 100110 11111100 10111 110011

Color Harmonies of #71659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71659F

Black with #71659F

Text Example


Text Example

White with #71659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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