#75619A

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

Shades of Scampi #75619A

Tints of Scampi #75619A

Color information

#75619A (or 0x75619A) is unknown color: approx Scampi. HEX triplet: 75, 61 and 9A. RGB value is (117,97,154). Sum of RGB (Red+Green+Blue) = 117+97+154=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #75619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75619A is #8A9E65. Grayscale: #6D6D6D. Windows color (decimal): -9084518 or 10117493. OLE color: 10117493.

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

Color convert

RGB11797154-
CMYK0.240.3700.40
HSL261.05º22.71%49.22%-
HSV(B)261.05º37.01%60.39%-
XYZ17.4414.6632.48-
YUV109.48153.13133.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=31.79%
G=26.36%
B=41.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117971540.240.3700.40261.0522.7149.22
Hex75619A18250281051731
Octal16514123230450504052761
Binary111010111000011001101011000100101010100010000010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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