#75609A

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

Shades of Scampi #75609A

Tints of Scampi #75609A

Color information

#75609A (or 0x75609A) is unknown color: approx Scampi. HEX triplet: 75, 60 and 9A. RGB value is (117,96,154). Sum of RGB (Red+Green+Blue) = 117+96+154=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #75609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75609A is #8A9F65. Grayscale: #6C6C6C. Windows color (decimal): -9084774 or 10117237. OLE color: 10117237.

HSL color Cylindrical-coordinate representation of color #75609A: hue angle of 261.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75609A is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11796154-
CMYK0.240.3800.40
HSL261.72º23.2%49.02%-
HSV(B)261.72º37.66%60.39%-
XYZ17.3514.4832.45-
YUV108.89153.46133.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=31.88%
G=26.16%
B=41.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117961540.240.3800.40261.7223.249.02
Hex75609A18260281061731
Octal16514023230460504062761
Binary111010111000001001101011000100110010100010000011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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