#734299

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

Shades of Studio #734299

Tints of Studio #734299

Color information

#734299 (or 0x734299) is unknown color: approx Studio. HEX triplet: 73, 42 and 99. RGB value is (115,66,153). Sum of RGB (Red+Green+Blue) = 115+66+153=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #734299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734299 is #8CBD66. Grayscale: #5A5A5A. Windows color (decimal): -9223527 or 10044019. OLE color: 10044019.

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

Color convert

RGB11566153-
CMYK0.250.5700.4
HSL273.79º39.73%42.94%-
HSV(B)273.79º56.86%60%-
XYZ14.779.8431.26-
YUV90.57163.23145.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=34.43%
G=19.76%
B=45.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115661530.250.5700.4273.7939.7342.94
Hex7342991939028112282b
Octal16310223131710504225053
Binary1110011100001010011001110011110010101000100010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734299; }

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

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

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

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

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

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

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

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