#745498

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

Shades of Studio #745498

Tints of Studio #745498

Color information

#745498 (or 0x745498) is unknown color: approx Studio. HEX triplet: 74, 54 and 98. RGB value is (116,84,152). Sum of RGB (Red+Green+Blue) = 116+84+152=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #745498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745498 is #8BAB67. Grayscale: #656565. Windows color (decimal): -9153384 or 9983092. OLE color: 9983092.

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

Color convert

RGB11684152-
CMYK0.240.4500.40
HSL268.24º28.81%46.27%-
HSV(B)268.24º44.74%59.61%-
XYZ16.0412.3231.24-
YUV101.32156.6138.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=32.95%
G=23.86%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116841520.240.4500.40268.2428.8146.27
Hex745498182D02810c1d2e
Octal16412423030550504143556
Binary111010010101001001100011000101101010100010000110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745498; }

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

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

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

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

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

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

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

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