#75639B

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

Shades of Scampi #75639B

Tints of Scampi #75639B

Color information

#75639B (or 0x75639B) is unknown color: approx Scampi. HEX triplet: 75, 63 and 9B. RGB value is (117,99,155). Sum of RGB (Red+Green+Blue) = 117+99+155=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #75639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75639B is #8A9C64. Grayscale: #6E6E6E. Windows color (decimal): -9084005 or 10183541. OLE color: 10183541.

HSL color Cylindrical-coordinate representation of color #75639B: hue angle of 259.29º 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 #75639B is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11799155-
CMYK0.250.3600.39
HSL259.29º22.05%49.8%-
HSV(B)259.29º36.13%60.78%-
XYZ17.7115.0732.99-
YUV110.77152.96132.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=31.54%
G=26.68%
B=41.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117991550.250.3600.39259.2922.0549.8
Hex75639B19240271031632
Octal16514323331440474032662
Binary111010111000111001101111001100100010011110000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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