Html Css Color HEX #716594 Scampi

📋 copy color: '#716594'

red 113 ◦ green 101 ◦ blue 148

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

Shades of Scampi #716594

Tints of Scampi #716594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 31.22%
G = 27.9%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716594 (or 0x716594) is known color: Scampi. HEX triplet: 71, 65 and 94. RGB value is (113,101,148). Sum of RGB (Red+Green+Blue) = 113+101+148=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #716594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716594 is #8E9A6B. Grayscale: #6D6D6D. Windows color (decimal): -9345644 or 9725297. OLE color: 9725297.

HSL color Cylindrical-coordinate representation of color #716594: hue angle of 255.32º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716594 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 101 148 -
CMYK 0.24 0.32 0 0.42
HSL 255.32º 0.19% 0.49% -
HSV(B) 255.32º 0.32% 0.58% -
XYZ 16.81 14.96 30.02 -
YUV 109.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 113 101 148 0.24 0.32 0 0.42 255.32 0.19 0.49
Hex 71 65 94 18 20 0 2A FF 13 31
Octal 161 145 224 30 40 0 52 377 23 61
Binary 1110001 1100101 10010100 11000 100000 0 101010 11111111 10011 110001

Color Harmonies of #716594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716594

Black with #716594

Text Example


Text Example

White with #716594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716594; }

 p { color: rgb(113,101,148); }

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

background-color css

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

 a { background-color: rgb(113,101,148); }

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

border-color css

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

 span { border-color: rgb(113,101,148); }

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