#75619E

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

Shades of Scampi #75619E

Tints of Scampi #75619E

Color information

#75619E (or 0x75619E) is unknown color: approx Scampi. HEX triplet: 75, 61 and 9E. RGB value is (117,97,158). Sum of RGB (Red+Green+Blue) = 117+97+158=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #75619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75619E is #8A9E61. Grayscale: #6D6D6D. Windows color (decimal): -9084514 or 10379637. OLE color: 10379637.

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

Color convert

RGB11797158-
CMYK0.260.3900.38
HSL259.67º23.92%50%-
HSV(B)259.67º38.61%61.96%-
XYZ17.7814.834.27-
YUV109.93155.13133.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=31.45%
G=26.08%
B=42.47%

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
Decimal117971580.260.3900.38259.6723.9250
Hex75619E1A270261041832
Octal16514123632470464043062
Binary111010111000011001111011010100111010011010000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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