#75579F

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

Shades of Studio #75579F

Tints of Studio #75579F

Color information

#75579F (or 0x75579F) is unknown color: approx Studio. HEX triplet: 75, 57 and 9F. RGB value is (117,87,159). Sum of RGB (Red+Green+Blue) = 117+87+159=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #75579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75579F is #8AA860. Grayscale: #676767. Windows color (decimal): -9087073 or 10442613. OLE color: 10442613.

HSL color Cylindrical-coordinate representation of color #75579F: hue angle of 265º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75579F is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11787159-
CMYK0.260.4500.38
HSL265º29.27%48.24%-
HSV(B)265º45.28%62.35%-
XYZ1713.134.43-
YUV104.18158.94137.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=32.23%
G=23.97%
B=43.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117871590.260.4500.3826529.2748.24
Hex75579F1A2D0261091d30
Octal16512723732550464113560
Binary111010110101111001111111010101101010011010000100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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