#745599

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

Shades of Studio #745599

Tints of Studio #745599

Color information

#745599 (or 0x745599) is unknown color: approx Studio. HEX triplet: 74, 55 and 99. RGB value is (116,85,153). Sum of RGB (Red+Green+Blue) = 116+85+153=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #745599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745599 is #8BAA66. Grayscale: #656565. Windows color (decimal): -9153127 or 10048884. OLE color: 10048884.

HSL color Cylindrical-coordinate representation of color #745599: hue angle of 267.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745599 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11685153-
CMYK0.240.4400.4
HSL267.35º28.57%46.67%-
HSV(B)267.35º44.44%60%-
XYZ16.212.5131.7-
YUV102.02156.77137.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=32.77%
G=24.01%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116851530.240.4400.4267.3528.5746.67
Hex745599182C02810b1d2f
Octal16412523130540504133557
Binary111010010101011001100111000101100010100010000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745599; }

 p { color: rgb(116,85,153); }

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

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

 a { background-color: rgb(116,85,153); }

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

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

 span { border-color: rgb(116,85,153); }

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