#734A98

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

Shades of Studio #734A98

Tints of Studio #734A98

Color information

#734A98 (or 0x734A98) is unknown color: approx Studio. HEX triplet: 73, 4A and 98. RGB value is (115,74,152). Sum of RGB (Red+Green+Blue) = 115+74+152=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #734A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A98 is #8CB567. Grayscale: #5E5E5E. Windows color (decimal): -9221480 or 9980531. OLE color: 9980531.

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

Color convert

RGB11574152-
CMYK0.240.5100.40
HSL271.54º34.51%44.31%-
HSV(B)271.54º51.32%59.61%-
XYZ15.1910.8130.99-
YUV95.15160.08142.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=33.72%
G=21.70%
B=44.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115741520.240.5100.40271.5434.5144.31
Hex734A981833028110232c
Octal16311223030630504204354
Binary1110011100101010011000110001100110101000100010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A98; }

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

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

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

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

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

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

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

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