#735499

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

Shades of Studio #735499

Tints of Studio #735499

Color information

#735499 (or 0x735499) is unknown color: approx Studio. HEX triplet: 73, 54 and 99. RGB value is (115,84,153). Sum of RGB (Red+Green+Blue) = 115+84+153=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #735499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735499 is #8CAB66. Grayscale: #646464. Windows color (decimal): -9218919 or 10048627. OLE color: 10048627.

HSL color Cylindrical-coordinate representation of color #735499: hue angle of 266.96º 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 #735499 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11584153-
CMYK0.250.4500.4
HSL266.96º29.11%46.47%-
HSV(B)266.96º45.1%60%-
XYZ15.9912.2931.67-
YUV101.14157.27137.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=32.67%
G=23.86%
B=43.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115841530.250.4500.4266.9629.1146.47
Hex735499192D02810b1d2e
Octal16312423131550504133556
Binary111001110101001001100111001101101010100010000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735499; }

 p { color: rgb(115,84,153); }

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

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

 a { background-color: rgb(115,84,153); }

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

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

 span { border-color: rgb(115,84,153); }

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