Html Css Color HEX #71689F Scampi

📋 copy color: '#71689F'

red 113 ◦ green 104 ◦ blue 159

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

Shades of Scampi #71689F

Tints of Scampi #71689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 30.05%
G = 27.66%
B = 42.29%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71689F (or 0x71689F) is known color: Scampi. HEX triplet: 71, 68 and 9F. RGB value is (113,104,159). Sum of RGB (Red+Green+Blue) = 113+104+159=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #71689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71689F is #8E9760. Grayscale: #707070. Windows color (decimal): -9344865 or 10446961. OLE color: 10446961.

HSL color Cylindrical-coordinate representation of color #71689F: hue angle of 249.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71689F is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 104 159 -
CMYK 0.29 0.35 0 0.38
HSL 249.82º 0.22% 0.52% -
HSV(B) 249.82º 0.35% 0.62% -
XYZ 18.02 15.91 34.92 -
YUV 112.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 113 104 159 0.29 0.35 0 0.38 249.82 0.22 0.52
Hex 71 68 9F 1D 23 0 26 FA 16 34
Octal 161 150 237 35 43 0 46 372 26 64
Binary 1110001 1101000 10011111 11101 100011 0 100110 11111010 10110 110100

Color Harmonies of #71689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71689F

Black with #71689F

Text Example


Text Example

White with #71689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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