Html Css Color HEX #71679C Scampi

📋 copy color: '#71679C'

red 113 ◦ green 103 ◦ blue 156

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

Shades of Scampi #71679C

Tints of Scampi #71679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 30.38%
G = 27.69%
B = 41.94%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71679C (or 0x71679C) is known color: Scampi. HEX triplet: 71, 67 and 9C. RGB value is (113,103,156). Sum of RGB (Red+Green+Blue) = 113+103+156=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #71679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71679C is #8E9863. Grayscale: #6F6F6F. Windows color (decimal): -9345124 or 10250097. OLE color: 10250097.

HSL color Cylindrical-coordinate representation of color #71679C: hue angle of 251.32º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71679C is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 103 156 -
CMYK 0.28 0.34 0 0.39
HSL 251.32º 0.21% 0.51% -
HSV(B) 251.32º 0.34% 0.61% -
XYZ 17.66 15.61 33.53 -
YUV 112.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 113 103 156 0.28 0.34 0 0.39 251.32 0.21 0.51
Hex 71 67 9C 1C 22 0 27 FB 15 33
Octal 161 147 234 34 42 0 47 373 25 63
Binary 1110001 1100111 10011100 11100 100010 0 100111 11111011 10101 110011

Color Harmonies of #71679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71679C

Black with #71679C

Text Example


Text Example

White with #71679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71679C; }

 p { color: rgb(113,103,156); }

 H1.HeaderClassName
 {
   color: #71679C;
 }
 .AnyTagClassName
 {
   color: #71679C;
 }
</style>

background-color css

<style>
 a { background-color: #71679C; }

 a { background-color: rgb(113,103,156); }

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

border-color css

<style>
 span { border-color: #71679C; }

 span { border-color: rgb(113,103,156); }

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