#745598

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

Shades of Studio #745598

Tints of Studio #745598

Color information

#745598 (or 0x745598) is unknown color: approx Studio. HEX triplet: 74, 55 and 98. RGB value is (116,85,152). Sum of RGB (Red+Green+Blue) = 116+85+152=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #745598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745598 is #8BAA67. Grayscale: #656565. Windows color (decimal): -9153128 or 9983348. OLE color: 9983348.

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

Color convert

RGB11685152-
CMYK0.240.4400.40
HSL267.76º28.27%46.47%-
HSV(B)267.76º44.08%59.61%-
XYZ16.1212.4831.26-
YUV101.91156.27138.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 85 (33.59% from 255) = 24.08%
BLUE value IS 152 (59.77% from 255) = 43.06%
R=32.86%
G=24.08%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116851520.240.4400.40267.7628.2746.47
Hex745598182C02810c1c2e
Octal16412523030540504143456
Binary111010010101011001100011000101100010100010000110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745598; }

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

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

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

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

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

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

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

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