#73459F

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

Shades of Studio #73459F

Tints of Studio #73459F

Color information

#73459F (or 0x73459F) is unknown color: approx Studio. HEX triplet: 73, 45 and 9F. RGB value is (115,69,159). Sum of RGB (Red+Green+Blue) = 115+69+159=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #73459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73459F is #8CBA60. Grayscale: #5C5C5C. Windows color (decimal): -9222753 or 10438003. OLE color: 10438003.

HSL color Cylindrical-coordinate representation of color #73459F: hue angle of 270.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73459F is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11569159-
CMYK0.280.5700.38
HSL270.67º39.47%44.71%-
HSV(B)270.67º56.6%62.35%-
XYZ15.4610.433.99-
YUV93.01165.24143.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 159 (62.5% from 255) = 46.36%
R=33.53%
G=20.12%
B=46.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115691590.280.5700.38270.6739.4744.71
Hex73459F1C3902610f272d
Octal16310523734710464174755
Binary1110011100010110011111111001110010100110100001111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73459F; }

 p { color: rgb(115,69,159); }

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

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

 a { background-color: rgb(115,69,159); }

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

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

 span { border-color: rgb(115,69,159); }

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