#734998

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

Shades of Studio #734998

Tints of Studio #734998

Color information

#734998 (or 0x734998) is unknown color: approx Studio. HEX triplet: 73, 49 and 98. RGB value is (115,73,152). Sum of RGB (Red+Green+Blue) = 115+73+152=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #734998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734998 is #8CB667. Grayscale: #5E5E5E. Windows color (decimal): -9221736 or 9980275. OLE color: 9980275.

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

Color convert

RGB11573152-
CMYK0.240.5200.40
HSL271.9º35.11%44.12%-
HSV(B)271.9º51.97%59.61%-
XYZ15.1210.6830.97-
YUV94.56160.41142.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=33.82%
G=21.47%
B=44.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115731520.240.5200.40271.935.1144.12
Hex7349981834028110232c
Octal16311123030640504204354
Binary1110011100100110011000110001101000101000100010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734998; }

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

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

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

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

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

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

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

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