#75629E

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

Shades of Scampi #75629E

Tints of Scampi #75629E

Color information

#75629E (or 0x75629E) is unknown color: approx Scampi. HEX triplet: 75, 62 and 9E. RGB value is (117,98,158). Sum of RGB (Red+Green+Blue) = 117+98+158=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #75629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75629E is #8A9D61. Grayscale: #6E6E6E. Windows color (decimal): -9084258 or 10379893. OLE color: 10379893.

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

Color convert

RGB11798158-
CMYK0.260.3800.38
HSL259º23.62%50.2%-
HSV(B)259º37.97%61.96%-
XYZ17.8814.9934.3-
YUV110.52154.79132.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=31.37%
G=26.27%
B=42.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117981580.260.3800.3825923.6250.2
Hex75629E1A260261031832
Octal16514223632460464033062
Binary111010111000101001111011010100110010011010000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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