#75639C

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

Shades of Scampi #75639C

Tints of Scampi #75639C

Color information

#75639C (or 0x75639C) is unknown color: approx Scampi. HEX triplet: 75, 63 and 9C. RGB value is (117,99,156). Sum of RGB (Red+Green+Blue) = 117+99+156=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 99 (39.06% from 255 or 26.61% 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 #75639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75639C is #8A9C63. Grayscale: #6E6E6E. Windows color (decimal): -9084004 or 10249077. OLE color: 10249077.

HSL color Cylindrical-coordinate representation of color #75639C: hue angle of 258.95º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75639C is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11799156-
CMYK0.250.3700.39
HSL258.95º22.35%50%-
HSV(B)258.95º36.54%61.18%-
XYZ17.815.1133.43-
YUV110.88153.46132.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=31.45%
G=26.61%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117991560.250.3700.39258.9522.3550
Hex75639C19250271031632
Octal16514323431450474032662
Binary111010111000111001110011001100101010011110000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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