#75609E

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

Shades of Scampi #75609E

Tints of Scampi #75609E

Color information

#75609E (or 0x75609E) is unknown color: approx Scampi. HEX triplet: 75, 60 and 9E. RGB value is (117,96,158). Sum of RGB (Red+Green+Blue) = 117+96+158=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #75609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75609E is #8A9F61. Grayscale: #6D6D6D. Windows color (decimal): -9084770 or 10379381. OLE color: 10379381.

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

Color convert

RGB11796158-
CMYK0.260.3900.38
HSL260.32º24.41%49.8%-
HSV(B)260.32º39.24%61.96%-
XYZ17.6914.6234.24-
YUV109.35155.46133.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=31.54%
G=25.88%
B=42.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117961580.260.3900.38260.3224.4149.8
Hex75609E1A270261041832
Octal16514023632470464043062
Binary111010111000001001111011010100111010011010000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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