#735399

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

Shades of Studio #735399

Tints of Studio #735399

Color information

#735399 (or 0x735399) is unknown color: approx Studio. HEX triplet: 73, 53 and 99. RGB value is (115,83,153). Sum of RGB (Red+Green+Blue) = 115+83+153=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #735399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735399 is #8CAC66. Grayscale: #646464. Windows color (decimal): -9219175 or 10048371. OLE color: 10048371.

HSL color Cylindrical-coordinate representation of color #735399: hue angle of 267.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735399 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11583153-
CMYK0.250.4600.4
HSL267.43º29.66%46.27%-
HSV(B)267.43º45.75%60%-
XYZ15.9112.1331.64-
YUV100.55157.6138.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=32.76%
G=23.65%
B=43.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115831530.250.4600.4267.4329.6646.27
Hex735399192E02810b1e2e
Octal16312323131560504133656
Binary111001110100111001100111001101110010100010000101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735399; }

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

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

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

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

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

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

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

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