#73439C

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

Shades of Studio #73439C

Tints of Studio #73439C

Color information

#73439C (or 0x73439C) is unknown color: approx Studio. HEX triplet: 73, 43 and 9C. RGB value is (115,67,156). Sum of RGB (Red+Green+Blue) = 115+67+156=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #73439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73439C is #8CBC63. Grayscale: #5B5B5B. Windows color (decimal): -9223268 or 10240883. OLE color: 10240883.

HSL color Cylindrical-coordinate representation of color #73439C: hue angle of 272.36º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73439C is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11567156-
CMYK0.260.5700.39
HSL272.36º39.91%43.73%-
HSV(B)272.36º57.05%61.18%-
XYZ15.0810.0632.6-
YUV91.5164.4144.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=34.02%
G=19.82%
B=46.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115671560.260.5700.39272.3639.9143.73
Hex73439C1A39027110282c
Octal16310323432710474205054
Binary1110011100001110011100110101110010100111100010000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73439C; }

 p { color: rgb(115,67,156); }

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

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

 a { background-color: rgb(115,67,156); }

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

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

 span { border-color: rgb(115,67,156); }

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