#75599F

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

Shades of Studio #75599F

Tints of Studio #75599F

Color information

#75599F (or 0x75599F) is unknown color: approx Studio. HEX triplet: 75, 59 and 9F. RGB value is (117,89,159). Sum of RGB (Red+Green+Blue) = 117+89+159=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #75599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75599F is #8AA660. Grayscale: #696969. Windows color (decimal): -9086561 or 10443125. OLE color: 10443125.

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

Color convert

RGB11789159-
CMYK0.260.4400.38
HSL264º28.23%48.63%-
HSV(B)264º44.03%62.35%-
XYZ17.1713.4334.49-
YUV105.35158.28136.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=32.05%
G=24.38%
B=43.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117891590.260.4400.3826428.2348.63
Hex75599F1A2C0261081c31
Octal16513123732540464103461
Binary111010110110011001111111010101100010011010000100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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