Html Css Color HEX #71609B Scampi

📋 copy color: '#71609B'

red 113 ◦ green 96 ◦ blue 155

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

Shades of Scampi #71609B

Tints of Scampi #71609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 31.04%
G = 26.37%
B = 42.58%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71609B (or 0x71609B) is known color: Scampi. HEX triplet: 71, 60 and 9B. RGB value is (113,96,155). Sum of RGB (Red+Green+Blue) = 113+96+155=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #71609B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71609B is #8E9F64. Grayscale: #6B6B6B. Windows color (decimal): -9346917 or 10182769. OLE color: 10182769.

HSL color Cylindrical-coordinate representation of color #71609B: hue angle of 257.29º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71609B is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 96 155 -
CMYK 0.27 0.38 0 0.39
HSL 257.29º 0.24% 0.49% -
HSV(B) 257.29º 0.38% 0.61% -
XYZ 16.91 14.24 32.87 -
YUV 107.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 113 96 155 0.27 0.38 0 0.39 257.29 0.24 0.49
Hex 71 60 9B 1B 26 0 27 101 18 31
Octal 161 140 233 33 46 0 47 401 30 61
Binary 1110001 1100000 10011011 11011 100110 0 100111 100000001 11000 110001

Color Harmonies of #71609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71609B

Black with #71609B

Text Example


Text Example

White with #71609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71609B; }

 p { color: rgb(113,96,155); }

 H1.HeaderClassName
 {
   color: #71609B;
 }
 .AnyTagClassName
 {
   color: #71609B;
 }
</style>

background-color css

<style>
 a { background-color: #71609B; }

 a { background-color: rgb(113,96,155); }

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

border-color css

<style>
 span { border-color: #71609B; }

 span { border-color: rgb(113,96,155); }

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