#73519A

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

Shades of Studio #73519A

Tints of Studio #73519A

Color information

#73519A (or 0x73519A) is unknown color: approx Studio. HEX triplet: 73, 51 and 9A. RGB value is (115,81,154). Sum of RGB (Red+Green+Blue) = 115+81+154=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #73519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73519A is #8CAE65. Grayscale: #636363. Windows color (decimal): -9219686 or 10113395. OLE color: 10113395.

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

Color convert

RGB11581154-
CMYK0.250.4700.40
HSL267.95º31.06%46.08%-
HSV(B)267.95º47.4%60.39%-
XYZ15.8511.8632.03-
YUV99.49158.76139.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 154 (60.55% from 255) = 44%
R=32.86%
G=23.14%
B=44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115811540.250.4700.40267.9531.0646.08
Hex73519A192F02810c1f2e
Octal16312123231570504143756
Binary111001110100011001101011001101111010100010000110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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