#73519C

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

Shades of Studio #73519C

Tints of Studio #73519C

Color information

#73519C (or 0x73519C) is unknown color: approx Studio. HEX triplet: 73, 51 and 9C. RGB value is (115,81,156). Sum of RGB (Red+Green+Blue) = 115+81+156=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #73519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73519C is #8CAE63. Grayscale: #636363. Windows color (decimal): -9219684 or 10244467. OLE color: 10244467.

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

Color convert

RGB11581156-
CMYK0.260.4800.39
HSL267.2º31.65%46.47%-
HSV(B)267.2º48.08%61.18%-
XYZ16.0111.9332.91-
YUV99.72159.76138.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=32.67%
G=23.01%
B=44.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115811560.260.4800.39267.231.6546.47
Hex73519C1A3002710b202e
Octal16312123432600474134056
Binary1110011101000110011100110101100000100111100001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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