Html Css Color HEX #71709F Scampi

📋 copy color: '#71709F'

red 113 ◦ green 112 ◦ blue 159

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

Shades of Scampi #71709F

Tints of Scampi #71709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 29.43%
G = 29.17%
B = 41.41%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71709F (or 0x71709F) is known color: Scampi. HEX triplet: 71, 70 and 9F. RGB value is (113,112,159). Sum of RGB (Red+Green+Blue) = 113+112+159=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #71709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71709F is #8E8F60. Grayscale: #757575. Windows color (decimal): -9342817 or 10449009. OLE color: 10449009.

HSL color Cylindrical-coordinate representation of color #71709F: hue angle of 241.28º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71709F is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 112 159 -
CMYK 0.29 0.30 0 0.38
HSL 241.28º 0.2% 0.53% -
HSV(B) 241.28º 0.3% 0.62% -
XYZ 18.86 17.6 35.2 -
YUV 117.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 113 112 159 0.29 0.30 0 0.38 241.28 0.2 0.53
Hex 71 70 9F 1D 1E 0 26 F1 14 35
Octal 161 160 237 35 36 0 46 361 24 65
Binary 1110001 1110000 10011111 11101 11110 0 100110 11110001 10100 110101

Color Harmonies of #71709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71709F

Black with #71709F

Text Example


Text Example

White with #71709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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