Html Css Color HEX #71639B Scampi

📋 copy color: '#71639B'

red 113 ◦ green 99 ◦ blue 155

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

Shades of Scampi #71639B

Tints of Scampi #71639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 30.79%
G = 26.98%
B = 42.23%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71639B (or 0x71639B) is known color: Scampi. HEX triplet: 71, 63 and 9B. RGB value is (113,99,155). Sum of RGB (Red+Green+Blue) = 113+99+155=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #71639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71639B is #8E9C64. Grayscale: #6D6D6D. Windows color (decimal): -9346149 or 10183537. OLE color: 10183537.

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

Color convert

RGB 113 99 155 -
CMYK 0.27 0.36 0 0.39
HSL 255º 0.22% 0.5% -
HSV(B) 255º 0.36% 0.61% -
XYZ 17.19 14.8 32.96 -
YUV 109.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 113 99 155 0.27 0.36 0 0.39 255 0.22 0.5
Hex 71 63 9B 1B 24 0 27 FF 16 32
Octal 161 143 233 33 44 0 47 377 26 62
Binary 1110001 1100011 10011011 11011 100100 0 100111 11111111 10110 110010

Color Harmonies of #71639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71639B

Black with #71639B

Text Example


Text Example

White with #71639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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