#734798

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

Shades of Studio #734798

Tints of Studio #734798

Color information

#734798 (or 0x734798) is unknown color: approx Studio. HEX triplet: 73, 47 and 98. RGB value is (115,71,152). Sum of RGB (Red+Green+Blue) = 115+71+152=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #734798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734798 is #8CB867. Grayscale: #5D5D5D. Windows color (decimal): -9222248 or 9979763. OLE color: 9979763.

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

Color convert

RGB11571152-
CMYK0.240.5300.40
HSL272.59º36.32%43.73%-
HSV(B)272.59º53.29%59.61%-
XYZ14.9910.4230.93-
YUV93.39161.08143.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=34.02%
G=21.01%
B=44.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115711520.240.5300.40272.5936.3243.73
Hex7347981835028111242c
Octal16310723030650504214454
Binary1110011100011110011000110001101010101000100010001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734798; }

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

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

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

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

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

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

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

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