#71609F

Color #71609F Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #71609F

Tints of Scampi #71609F

Color information

#71609F (or 0x71609F) is unknown color: approx Scampi. HEX triplet: 71, 60 and 9F. RGB value is (113,96,159). Sum of RGB (Red+Green+Blue) = 113+96+159=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #71609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71609F is #8E9F60. Grayscale: #6C6C6C. Windows color (decimal): -9346913 or 10444913. OLE color: 10444913.

HSL color Cylindrical-coordinate representation of color #71609F: hue angle of 256.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71609F is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11396159-
CMYK0.290.4000.38
HSL256.19º24.71%50%-
HSV(B)256.19º39.62%62.35%-
XYZ17.2514.3834.67-
YUV108.26156.63131.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=30.71%
G=26.09%
B=43.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113961590.290.4000.38256.1924.7150
Hex71609F1D280261001932
Octal16114023735500464003162
Binary111000111000001001111111101101000010011010000000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71609F;
 }
 .AnyTagClassName
 {
   color: #71609F;
 }
</style>
background-color css

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

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

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

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

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

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