#75629F

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

Shades of Scampi #75629F

Tints of Scampi #75629F

Color information

#75629F (or 0x75629F) is unknown color: approx Scampi. HEX triplet: 75, 62 and 9F. RGB value is (117,98,159). Sum of RGB (Red+Green+Blue) = 117+98+159=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #75629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75629F is #8A9D60. Grayscale: #6E6E6E. Windows color (decimal): -9084257 or 10445429. OLE color: 10445429.

HSL color Cylindrical-coordinate representation of color #75629F: hue angle of 258.69º 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 #75629F is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11798159-
CMYK0.260.3800.38
HSL258.69º24.11%50.39%-
HSV(B)258.69º38.36%62.35%-
XYZ17.9615.0234.75-
YUV110.64155.29132.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=31.28%
G=26.20%
B=42.51%

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
Decimal117981590.260.3800.38258.6924.1150.39
Hex75629F1A260261031832
Octal16514223732460464033062
Binary111010111000101001111111010100110010011010000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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