#735292

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

Shades of Studio #735292

Tints of Studio #735292

Color information

#735292 (or 0x735292) is unknown color: approx Studio. HEX triplet: 73, 52 and 92. RGB value is (115,82,146). Sum of RGB (Red+Green+Blue) = 115+82+146=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #735292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735292 is #8CAD6D. Grayscale: #626262. Windows color (decimal): -9219438 or 9589363. OLE color: 9589363.

HSL color Cylindrical-coordinate representation of color #735292: hue angle of 270.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735292 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11582146-
CMYK0.210.4400.43
HSL270.94º28.07%44.71%-
HSV(B)270.94º43.84%57.25%-
XYZ15.2811.7528.66-
YUV99.16154.43139.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=33.53%
G=23.91%
B=42.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115821460.210.4400.43270.9428.0744.71
Hex735292152C02B10f1c2d
Octal16312222225540534173455
Binary111001110100101001001010101101100010101110000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735292; }

 p { color: rgb(115,82,146); }

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

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

 a { background-color: rgb(115,82,146); }

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

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

 span { border-color: rgb(115,82,146); }

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