Html Css Color HEX #71639A Scampi

📋 copy color: '#71639A'

red 113 ◦ green 99 ◦ blue 154

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

Shades of Scampi #71639A

Tints of Scampi #71639A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 30.87%
G = 27.05%
B = 42.08%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71639A (or 0x71639A) is known color: Scampi. HEX triplet: 71, 63 and 9A. RGB value is (113,99,154). Sum of RGB (Red+Green+Blue) = 113+99+154=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #71639A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71639A is #8E9C65. Grayscale: #6D6D6D. Windows color (decimal): -9346150 or 10118001. OLE color: 10118001.

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

Color convert

RGB 113 99 154 -
CMYK 0.27 0.36 0 0.40
HSL 255.27º 0.22% 0.5% -
HSV(B) 255.27º 0.36% 0.6% -
XYZ 17.1 14.77 32.52 -
YUV 109.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 113 99 154 0.27 0.36 0 0.40 255.27 0.22 0.5
Hex 71 63 9A 1B 24 0 28 FF 16 32
Octal 161 143 232 33 44 0 50 377 26 62
Binary 1110001 1100011 10011010 11011 100100 0 101000 11111111 10110 110010

Color Harmonies of #71639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71639A

Black with #71639A

Text Example


Text Example

White with #71639A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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