#73509B

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

Shades of Studio #73509B

Tints of Studio #73509B

Color information

#73509B (or 0x73509B) is unknown color: approx Studio. HEX triplet: 73, 50 and 9B. RGB value is (115,80,155). Sum of RGB (Red+Green+Blue) = 115+80+155=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #73509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73509B is #8CAF64. Grayscale: #626262. Windows color (decimal): -9219941 or 10178675. OLE color: 10178675.

HSL color Cylindrical-coordinate representation of color #73509B: hue angle of 268º 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 #73509B is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11580155-
CMYK0.260.4800.39
HSL268º31.91%46.08%-
HSV(B)268º48.39%60.78%-
XYZ15.8611.7532.44-
YUV99.02159.6139.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=32.86%
G=22.86%
B=44.29%

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
Decimal115801550.260.4800.3926831.9146.08
Hex73509B1A3002710c202e
Octal16312023332600474144056
Binary1110011101000010011011110101100000100111100001100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73509B; }

 p { color: rgb(115,80,155); }

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

<style>
 a { background-color: #73509B; }

 a { background-color: rgb(115,80,155); }

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

<style>
 span { border-color: #73509B; }

 span { border-color: rgb(115,80,155); }

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