#734997

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

Shades of Studio #734997

Tints of Studio #734997

Color information

#734997 (or 0x734997) is unknown color: approx Studio. HEX triplet: 73, 49 and 97. RGB value is (115,73,151). Sum of RGB (Red+Green+Blue) = 115+73+151=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #734997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734997 is #8CB668. Grayscale: #5E5E5E. Windows color (decimal): -9221737 or 9914739. OLE color: 9914739.

HSL color Cylindrical-coordinate representation of color #734997: hue angle of 272.31º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #734997 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11573151-
CMYK0.240.5200.41
HSL272.31º34.82%43.92%-
HSV(B)272.31º51.66%59.22%-
XYZ15.0410.6430.54-
YUV94.45159.91142.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=33.92%
G=21.53%
B=44.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115731510.240.5200.41272.3134.8243.92
Hex7349971834029110232c
Octal16311122730640514204354
Binary1110011100100110010111110001101000101001100010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734997; }

 p { color: rgb(115,73,151); }

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

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

 a { background-color: rgb(115,73,151); }

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

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

 span { border-color: rgb(115,73,151); }

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