#75649E

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

Shades of Scampi #75649E

Tints of Scampi #75649E

Color information

#75649E (or 0x75649E) is unknown color: approx Scampi. HEX triplet: 75, 64 and 9E. RGB value is (117,100,158). Sum of RGB (Red+Green+Blue) = 117+100+158=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #75649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649E is #8A9B61. Grayscale: #6F6F6F. Windows color (decimal): -9083746 or 10380405. OLE color: 10380405.

HSL color Cylindrical-coordinate representation of color #75649E: hue angle of 257.59º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75649E is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117100158-
CMYK0.260.3700.38
HSL257.59º23.02%50.59%-
HSV(B)257.59º36.71%61.96%-
XYZ18.0615.3634.36-
YUV111.7154.13131.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=31.2%
G=26.67%
B=42.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171001580.260.3700.38257.5923.0250.59
Hex75649E1A250261021733
Octal16514423632450464022763
Binary111010111001001001111011010100101010011010000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75649E; }

 p { color: rgb(117,100,158); }

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

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

 a { background-color: rgb(117,100,158); }

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

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

 span { border-color: rgb(117,100,158); }

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