#73439A

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

Shades of Studio #73439A

Tints of Studio #73439A

Color information

#73439A (or 0x73439A) is unknown color: approx Studio. HEX triplet: 73, 43 and 9A. RGB value is (115,67,154). Sum of RGB (Red+Green+Blue) = 115+67+154=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #73439A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73439A is #8CBC65. Grayscale: #5A5A5A. Windows color (decimal): -9223270 or 10109811. OLE color: 10109811.

HSL color Cylindrical-coordinate representation of color #73439A: hue angle of 273.1º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73439A is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11567154-
CMYK0.250.5600.40
HSL273.1º39.37%43.33%-
HSV(B)273.1º56.49%60.39%-
XYZ14.919.9931.71-
YUV91.27163.4144.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 67 (26.56% from 255) = 19.94%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=34.23%
G=19.94%
B=45.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115671540.250.5600.40273.139.3743.33
Hex73439A1938028111272b
Octal16310323231700504214753
Binary1110011100001110011010110011110000101000100010001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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